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