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