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