Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.exense.step |
ArtifactId | ArtifactIdstep-functions-client |
Version | Version3.12.3 |
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.12.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.step/step-functions-client/
implementation 'ch.exense.step:step-functions-client:3.12.3'
// https://jarcasting.com/artifacts/ch.exense.step/step-functions-client/
implementation ("ch.exense.step:step-functions-client:3.12.3")
'ch.exense.step:step-functions-client:jar:3.12.3'
<dependency org="ch.exense.step" name="step-functions-client" rev="3.12.3">
<artifact name="step-functions-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.step', module='step-functions-client', version='3.12.3')
)
libraryDependencies += "ch.exense.step" % "step-functions-client" % "3.12.3"
[ch.exense.step/step-functions-client "3.12.3"]