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