GroupId | GroupIdio.rocketbase.commons |
---|---|
ArtifactId | ArtifactIdcommons-auth-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-auth-core-0.1.0.pom | |
commons-auth-core-0.1.0.jar | 90 KB |
commons-auth-core-0.1.0-sources.jar | 53 KB |
commons-auth-core-0.1.0-javadoc.jar | 207 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation 'io.rocketbase.commons:commons-auth-core:0.1.0'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation ("io.rocketbase.commons:commons-auth-core:0.1.0")
'io.rocketbase.commons:commons-auth-core:jar:0.1.0'
<dependency org="io.rocketbase.commons" name="commons-auth-core" rev="0.1.0">
<artifact name="commons-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-auth-core', version='0.1.0')
)
libraryDependencies += "io.rocketbase.commons" % "commons-auth-core" % "0.1.0"
[io.rocketbase.commons/commons-auth-core "0.1.0"]