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