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