GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-grid-agent |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
step-grid-agent-1.2.6.pom | |
step-grid-agent-1.2.6.jar | 27 KB |
step-grid-agent-1.2.6-sources.jar | 17 KB |
step-grid-agent-1.2.6-javadoc.jar | 459 KB |
step-grid-agent-1.2.6-jar-with-dependencies.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-grid-agent/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-grid-agent</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-agent/
implementation 'ch.exense.step:step-grid-agent:1.2.6'
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-agent/
implementation ("ch.exense.step:step-grid-agent:1.2.6")
'ch.exense.step:step-grid-agent:jar:1.2.6'
<dependency org="ch.exense.step" name="step-grid-agent" rev="1.2.6">
<artifact name="step-grid-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-grid-agent', version='1.2.6')
)
libraryDependencies += "ch.exense.step" % "step-grid-agent" % "1.2.6"
[ch.exense.step/step-grid-agent "1.2.6"]