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