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