GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdagent |
Version | Version3.8.2 |
Type | Typejar |
Filename | Size |
---|---|
agent-3.8.2.pom | |
agent-3.8.2.jar | 9 MB |
agent-3.8.2-sources.jar | 9 MB |
agent-3.8.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.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation 'ch.exense.step:agent:3.8.2'
// https://jarcasting.com/artifacts/ch.exense.step/agent/
implementation ("ch.exense.step:agent:3.8.2")
'ch.exense.step:agent:jar:3.8.2'
<dependency org="ch.exense.step" name="agent" rev="3.8.2">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='agent', version='3.8.2')
)
libraryDependencies += "ch.exense.step" % "agent" % "3.8.2"
[ch.exense.step/agent "3.8.2"]