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