GroupId | GroupIdio.stargate.auth |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version0.0.23 |
Type | Typejar |
Filename | Size |
---|---|
authentication-0.0.23.pom | |
authentication-0.0.23.jar | 4 KB |
authentication-0.0.23-sources.jar | 2 KB |
authentication-0.0.23-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.23</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth/authentication/
implementation 'io.stargate.auth:authentication:0.0.23'
// https://jarcasting.com/artifacts/io.stargate.auth/authentication/
implementation ("io.stargate.auth:authentication:0.0.23")
'io.stargate.auth:authentication:jar:0.0.23'
<dependency org="io.stargate.auth" name="authentication" rev="0.0.23">
<artifact name="authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth', module='authentication', version='0.0.23')
)
libraryDependencies += "io.stargate.auth" % "authentication" % "0.0.23"
[io.stargate.auth/authentication "0.0.23"]