License |
License |
---|---|
GroupId | GroupIdio.rocketbase.commons |
ArtifactId | ArtifactIdcommons-auth-core |
Version | Version4.2.1 |
Type | Typejar |
Description |
Descriptionholds commons classes and services used to develop REST applications with spring mvc
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-auth-core-4.2.1.pom | |
commons-auth-core-4.2.1.jar | 68 KB |
commons-auth-core-4.2.1-sources.jar | 34 KB |
commons-auth-core-4.2.1-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>commons-auth-core</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation 'io.rocketbase.commons:commons-auth-core:4.2.1'
// https://jarcasting.com/artifacts/io.rocketbase.commons/commons-auth-core/
implementation ("io.rocketbase.commons:commons-auth-core:4.2.1")
'io.rocketbase.commons:commons-auth-core:jar:4.2.1'
<dependency org="io.rocketbase.commons" name="commons-auth-core" rev="4.2.1">
<artifact name="commons-auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='commons-auth-core', version='4.2.1')
)
libraryDependencies += "io.rocketbase.commons" % "commons-auth-core" % "4.2.1"
[io.rocketbase.commons/commons-auth-core "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.rocketbase.commons : commons-auth-api | jar | 4.2.1 |
org.springframework.boot : spring-boot | jar | |
org.springframework.security : spring-security-core | jar | |
javax.servlet : javax.servlet-api Optional | jar | |
io.jsonwebtoken : jjwt-api | jar | 0.11.2 |
javax.xml.bind : jaxb-api | jar | |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.11.2 |
io.jsonwebtoken : jjwt-jackson | jar | 0.11.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.assertj : assertj-core | jar | |
org.mockito : mockito-core | jar | |
org.hamcrest : hamcrest-core | jar | |
org.hamcrest : hamcrest-library | jar |