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