Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIddk.acto |
ArtifactId | ArtifactIdauth-client |
Version | Version1.1.137.4e493e8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dk.acto/auth-client/ -->
<dependency>
<groupId>dk.acto</groupId>
<artifactId>auth-client</artifactId>
<version>1.1.137.4e493e8</version>
</dependency>
// https://jarcasting.com/artifacts/dk.acto/auth-client/
implementation 'dk.acto:auth-client:1.1.137.4e493e8'
// https://jarcasting.com/artifacts/dk.acto/auth-client/
implementation ("dk.acto:auth-client:1.1.137.4e493e8")
'dk.acto:auth-client:jar:1.1.137.4e493e8'
<dependency org="dk.acto" name="auth-client" rev="1.1.137.4e493e8">
<artifact name="auth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.acto', module='auth-client', version='1.1.137.4e493e8')
)
libraryDependencies += "dk.acto" % "auth-client" % "1.1.137.4e493e8"
[dk.acto/auth-client "1.1.137.4e493e8"]