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