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