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