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