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