GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-grid-server |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
step-grid-server-1.2.6.pom | |
step-grid-server-1.2.6.jar | 29 KB |
step-grid-server-1.2.6-sources.jar | 16 KB |
step-grid-server-1.2.6-javadoc.jar | 456 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-server/
implementation 'ch.exense.step:step-grid-server:1.2.6'
// https://jarcasting.com/artifacts/ch.exense.step/step-grid-server/
implementation ("ch.exense.step:step-grid-server:1.2.6")
'ch.exense.step:step-grid-server:jar:1.2.6'
<dependency org="ch.exense.step" name="step-grid-server" rev="1.2.6">
<artifact name="step-grid-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-grid-server', version='1.2.6')
)
libraryDependencies += "ch.exense.step" % "step-grid-server" % "1.2.6"
[ch.exense.step/step-grid-server "1.2.6"]