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