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