GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-core-model |
Version | Version3.15.6 |
Type | Typejar |
Filename | Size |
---|---|
step-core-model-3.15.6.pom | |
step-core-model-3.15.6.jar | 23 KB |
step-core-model-3.15.6-tests.jar | 3 KB |
step-core-model-3.15.6-sources.jar | 24 KB |
step-core-model-3.15.6-javadoc.jar | 548 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.15.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-core-model/
implementation 'ch.exense.step:step-core-model:3.15.6'
// https://jarcasting.com/artifacts/ch.exense.step/step-core-model/
implementation ("ch.exense.step:step-core-model:3.15.6")
'ch.exense.step:step-core-model:jar:3.15.6'
<dependency org="ch.exense.step" name="step-core-model" rev="3.15.6">
<artifact name="step-core-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-core-model', version='3.15.6')
)
libraryDependencies += "ch.exense.step" % "step-core-model" % "3.15.6"
[ch.exense.step/step-core-model "3.15.6"]