GroupId | GroupIdch.exense.step.library |
---|---|
ArtifactId | ArtifactIdstep-library-commons |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
step-library-commons-1.0.6.pom | |
step-library-commons-1.0.6.jar | 54 KB |
step-library-commons-1.0.6-sources.jar | 5 KB |
step-library-commons-1.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step.library/step-library-commons/
implementation 'ch.exense.step.library:step-library-commons:1.0.6'
// https://jarcasting.com/artifacts/ch.exense.step.library/step-library-commons/
implementation ("ch.exense.step.library:step-library-commons:1.0.6")
'ch.exense.step.library:step-library-commons:jar:1.0.6'
<dependency org="ch.exense.step.library" name="step-library-commons" rev="1.0.6">
<artifact name="step-library-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step.library', module='step-library-commons', version='1.0.6')
)
libraryDependencies += "ch.exense.step.library" % "step-library-commons" % "1.0.6"
[ch.exense.step.library/step-library-commons "1.0.6"]