is not current version
Last Version 3.10.3

ch.exense.step:agent 3.10.2


GroupId

GroupId

ch.exense.step
ArtifactId

ArtifactId

agent
Version

Version

3.10.2
Type

Type

jar

Download agent 3.10.2


<!-- https://jarcasting.com/artifacts/ch.exense.step/agent/ -->
<dependency>
    <groupId>ch.exense.step</groupId>
    <artifactId>agent</artifactId>
    <version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation 'ch.exense.step:agent:3.10.2'
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation ("ch.exense.step:agent:3.10.2")
'ch.exense.step:agent:jar:3.10.2'
<dependency org="ch.exense.step" name="agent" rev="3.10.2">
  <artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='agent', version='3.10.2')
)
libraryDependencies += "ch.exense.step" % "agent" % "3.10.2"
[ch.exense.step/agent "3.10.2"]