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