GroupId | GroupIdio.stargate.auth |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
authentication-0.0.7.pom | |
authentication-0.0.7.jar | 4 KB |
authentication-0.0.7-sources.jar | 2 KB |
authentication-0.0.7-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.auth/authentication/ -->
<dependency>
<groupId>io.stargate.auth</groupId>
<artifactId>authentication</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth/authentication/
implementation 'io.stargate.auth:authentication:0.0.7'
// https://jarcasting.com/artifacts/io.stargate.auth/authentication/
implementation ("io.stargate.auth:authentication:0.0.7")
'io.stargate.auth:authentication:jar:0.0.7'
<dependency org="io.stargate.auth" name="authentication" rev="0.0.7">
<artifact name="authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth', module='authentication', version='0.0.7')
)
libraryDependencies += "io.stargate.auth" % "authentication" % "0.0.7"
[io.stargate.auth/authentication "0.0.7"]