File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018 Databases and Information Systems Research Group, University of Basel, Switzerland
3+ Copyright (c) 2018-2021 The Chronos Project
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Reference implementation of an agent library written in Java. This library handl
77* Chronos Agent is published to Maven Central. Make sure that you have ` mavenCentral() ` to the ` repositories ` in your gradle build file.
88* Add ` implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.2' ` to your ` dependencies ` .
99* Extend the ` AbstractChronosAgent ` class, call ` YourClass.start() ` in your ` main ` method, and you are good to go!
10- > Assuming that you already have a running [ Chronos Control] ( https://github.com/Chronos-EaaS/Chronos-Control/ ) instance)
10+ > Assuming that you already have a running [ Chronos Control] ( https://github.com/Chronos-EaaS/Chronos-Control/ ) instance
1111
1212>
1313
You can’t perform that action at this time.
0 commit comments