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