GroupId | GroupIdio.stargate.auth |
---|---|
ArtifactId | ArtifactIdauthnz |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
authnz-1.0.2.pom | |
authnz-1.0.2.jar | 727 KB |
authnz-1.0.2-sources.jar | 11 KB |
authnz-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth/authnz/
implementation 'io.stargate.auth:authnz:1.0.2'
// https://jarcasting.com/artifacts/io.stargate.auth/authnz/
implementation ("io.stargate.auth:authnz:1.0.2")
'io.stargate.auth:authnz:jar:1.0.2'
<dependency org="io.stargate.auth" name="authnz" rev="1.0.2">
<artifact name="authnz" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth', module='authnz', version='1.0.2')
)
libraryDependencies += "io.stargate.auth" % "authnz" % "1.0.2"
[io.stargate.auth/authnz "1.0.2"]