GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-plans-base-artefacts |
Version | Version3.12.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-plans-base-artefacts/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-plans-base-artefacts</artifactId>
<version>3.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-base-artefacts/
implementation 'ch.exense.step:step-plans-base-artefacts:3.12.2'
// https://jarcasting.com/artifacts/ch.exense.step/step-plans-base-artefacts/
implementation ("ch.exense.step:step-plans-base-artefacts:3.12.2")
'ch.exense.step:step-plans-base-artefacts:jar:3.12.2'
<dependency org="ch.exense.step" name="step-plans-base-artefacts" rev="3.12.2">
<artifact name="step-plans-base-artefacts" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-plans-base-artefacts', version='3.12.2')
)
libraryDependencies += "ch.exense.step" % "step-plans-base-artefacts" % "3.12.2"
[ch.exense.step/step-plans-base-artefacts "3.12.2"]