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