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