License |
License |
---|---|
GroupId | GroupIdio.rocketbase.commons |
ArtifactId | ArtifactIdcommons-auth |
Version | Version4.3.0 |
Type | Typepom |
Description |
Descriptionrocketbase.io commons AUTH
holds commons classes and services used to develop REST applications with spring mvc
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-auth-4.3.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth/
implementation 'io.rocketbase.commons:commons-auth:4.3.0'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth/
implementation ("io.rocketbase.commons:commons-auth:4.3.0")
'io.rocketbase.commons:commons-auth:pom:4.3.0'
<dependency org="io.rocketbase.commons" name="commons-auth" rev="4.3.0">
<artifact name="commons-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-auth', version='4.3.0')
)
libraryDependencies += "io.rocketbase.commons" % "commons-auth" % "4.3.0"
[io.rocketbase.commons/commons-auth "4.3.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar |