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