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