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