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