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