GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-auth-core |
Version | Version4.0.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
commons-auth-core-4.0.0-RC3.pom | |
commons-auth-core-4.0.0-RC3.jar | 67 KB |
commons-auth-core-4.0.0-RC3-sources.jar | 33 KB |
commons-auth-core-4.0.0-RC3-javadoc.jar | 337 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth-core</artifactId>
<version>4.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation 'io.rocketbase.commons:commons-auth-core:4.0.0-RC3'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation ("io.rocketbase.commons:commons-auth-core:4.0.0-RC3")
'io.rocketbase.commons:commons-auth-core:jar:4.0.0-RC3'
<dependency org="io.rocketbase.commons" name="commons-auth-core" rev="4.0.0-RC3">
<artifact name="commons-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-auth-core', version='4.0.0-RC3')
)
libraryDependencies += "io.rocketbase.commons" % "commons-auth-core" % "4.0.0-RC3"
[io.rocketbase.commons/commons-auth-core "4.0.0-RC3"]