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