GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-grid-server |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
step-grid-server-1.2.0.pom | |
step-grid-server-1.2.0.jar | 29 KB |
step-grid-server-1.2.0-sources.jar | 15 KB |
step-grid-server-1.2.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-grid-server/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-grid-server</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-server/
implementation 'ch.exense.step:step-grid-server:1.2.0'
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-server/
implementation ("ch.exense.step:step-grid-server:1.2.0")
'ch.exense.step:step-grid-server:jar:1.2.0'
<dependency org="ch.exense.step" name="step-grid-server" rev="1.2.0">
<artifact name="step-grid-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-grid-server', version='1.2.0')
)
libraryDependencies += "ch.exense.step" % "step-grid-server" % "1.2.0"
[ch.exense.step/step-grid-server "1.2.0"]