Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIddk.acto |
ArtifactId | ArtifactIdclient |
Version | Version2.0.158.02caac6 |
Type | Typejar |
Filename | Size |
---|---|
client-2.0.158.02caac6.pom | |
client-2.0.158.02caac6.jar | 15 KB |
client-2.0.158.02caac6-sources.jar | 5 KB |
client-2.0.158.02caac6-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.acto/client/ -->
<dependency>
<groupId>dk.acto</groupId>
<artifactId>client</artifactId>
<version>2.0.158.02caac6</version>
</dependency>
// https://jarcasting.com/artifacts/dk.acto/client/
implementation 'dk.acto:client:2.0.158.02caac6'
// https://jarcasting.com/artifacts/dk.acto/client/
implementation ("dk.acto:client:2.0.158.02caac6")
'dk.acto:client:jar:2.0.158.02caac6'
<dependency org="dk.acto" name="client" rev="2.0.158.02caac6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.acto', module='client', version='2.0.158.02caac6')
)
libraryDependencies += "dk.acto" % "client" % "2.0.158.02caac6"
[dk.acto/client "2.0.158.02caac6"]