File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Reference implementation of an agent library written in Java. This library handl
55## Getting Started
66
77* Chronos Agent is published to Maven Central. Make sure that you have ` mavenCentral() ` to the ` repositories ` in your gradle build file.
8- * Add ` implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.1 ' ` to your ` dependencies ` .
8+ * Add ` implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.2 ' ` to your ` dependencies ` .
99* Extend the ` AbstractChronosAgent ` class, call ` YourClass.start() ` in your ` main ` method, and you are good to go!
1010 > Assuming that you already have a running [ Chronos Control] ( https://github.com/Chronos-EaaS/Chronos-Control/ ) instance
1111
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515
1616group ' org.chronos-eaas'
1717archivesBaseName = " chronos-agent"
18- version ' 2.4.2-SNAPSHOT '
18+ version ' 2.4.2'
1919
2020description = " Chronos Agent"
2121
You can’t perform that action at this time.
0 commit comments