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