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