GroupId | GroupIdch.exense.step |
---|---|
ArtifactId | ArtifactIdstep-functions |
Version | Version3.15.4 |
Type | Typepom |
Filename | Size |
---|---|
step-functions-3.15.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.step/step-functions/ -->
<dependency>
<groupId>ch.exense.step</groupId>
<artifactId>step-functions</artifactId>
<version>3.15.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-functions/
implementation 'ch.exense.step:step-functions:3.15.4'
// https://jarcasting.com/artifacts/ch.exense.step/step-functions/
implementation ("ch.exense.step:step-functions:3.15.4")
'ch.exense.step:step-functions:pom:3.15.4'
<dependency org="ch.exense.step" name="step-functions" rev="3.15.4">
<artifact name="step-functions" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-functions', version='3.15.4')
)
libraryDependencies += "ch.exense.step" % "step-functions" % "3.15.4"
[ch.exense.step/step-functions "3.15.4"]