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