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