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