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