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