GroupId | GroupIdio.stargate.auth.api |
---|---|
ArtifactId | ArtifactIdauth-api |
Version | Version2.0.0-ALPHA-13 |
Type | Typejar |
Filename | Size |
---|---|
auth-api-2.0.0-ALPHA-13.pom | |
auth-api-2.0.0-ALPHA-13.jar | 22 MB |
auth-api-2.0.0-ALPHA-13-sources.jar | 18 KB |
auth-api-2.0.0-ALPHA-13-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.auth.api/auth-api/ -->
<dependency>
<groupId>io.stargate.auth.api</groupId>
<artifactId>auth-api</artifactId>
<version>2.0.0-ALPHA-13</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.auth.api/auth-api/
implementation 'io.stargate.auth.api:auth-api:2.0.0-ALPHA-13'
// https://jarcasting.com/artifacts/io.stargate.auth.api/auth-api/
implementation ("io.stargate.auth.api:auth-api:2.0.0-ALPHA-13")
'io.stargate.auth.api:auth-api:jar:2.0.0-ALPHA-13'
<dependency org="io.stargate.auth.api" name="auth-api" rev="2.0.0-ALPHA-13">
<artifact name="auth-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.auth.api', module='auth-api', version='2.0.0-ALPHA-13')
)
libraryDependencies += "io.stargate.auth.api" % "auth-api" % "2.0.0-ALPHA-13"
[io.stargate.auth.api/auth-api "2.0.0-ALPHA-13"]