GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdagent |
Version | Version3.9.2 |
Type | Typejar |
Filename | Size |
---|---|
agent-3.9.2.pom | |
agent-3.9.2.jar | 6 MB |
agent-3.9.2-sources.jar | 6 MB |
agent-3.9.2-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/agent/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>agent</artifactId>
<version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation 'ch.exense.step:agent:3.9.2'
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation ("ch.exense.step:agent:3.9.2")
'ch.exense.step:agent:jar:3.9.2'
<dependency org="ch.exense.step" name="agent" rev="3.9.2">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='agent', version='3.9.2')
)
libraryDependencies += "ch.exense.step" % "agent" % "3.9.2"
[ch.exense.step/agent "3.9.2"]