GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-core-model |
Version | Version3.13.0 |
Type | Typejar |
Filename | Size |
---|---|
step-core-model-3.13.0.pom | |
step-core-model-3.13.0.jar | 19 KB |
step-core-model-3.13.0-sources.jar | 14 KB |
step-core-model-3.13.0-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-core-model/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-core-model</artifactId>
<version>3.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-core-model/
implementation 'ch.exense.step:step-core-model:3.13.0'
// https://jarcasting.com/artifacts/ch.exense.step/step-core-model/
implementation ("ch.exense.step:step-core-model:3.13.0")
'ch.exense.step:step-core-model:jar:3.13.0'
<dependency org="ch.exense.step" name="step-core-model" rev="3.13.0">
<artifact name="step-core-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-core-model', version='3.13.0')
)
libraryDependencies += "ch.exense.step" % "step-core-model" % "3.13.0"
[ch.exense.step/step-core-model "3.13.0"]