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