GroupId | GroupIdio.stargate.auth |
---|---|
ArtifactId | ArtifactIdauthnz |
Version | Version2.0.0-ALPHA-13 |
Type | Typejar |
Filename | Size |
---|---|
authnz-2.0.0-ALPHA-13.pom | |
authnz-2.0.0-ALPHA-13.jar | 35 KB |
authnz-2.0.0-ALPHA-13-sources.jar | 26 KB |
authnz-2.0.0-ALPHA-13-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.auth/authnz/ -->
<dependency>
<groupId>io.stargate.auth</groupId>
<artifactId>authnz</artifactId>
<version>2.0.0-ALPHA-13</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth/authnz/
implementation 'io.stargate.auth:authnz:2.0.0-ALPHA-13'
// https://jarcasting.com/artifacts/io.stargate.auth/authnz/
implementation ("io.stargate.auth:authnz:2.0.0-ALPHA-13")
'io.stargate.auth:authnz:jar:2.0.0-ALPHA-13'
<dependency org="io.stargate.auth" name="authnz" rev="2.0.0-ALPHA-13">
<artifact name="authnz" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth', module='authnz', version='2.0.0-ALPHA-13')
)
libraryDependencies += "io.stargate.auth" % "authnz" % "2.0.0-ALPHA-13"
[io.stargate.auth/authnz "2.0.0-ALPHA-13"]