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