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