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