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