License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdio.codingpassion |
ArtifactId | ArtifactIdspring-boot-starter-jwt-security-commons |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter JWT Security Commons
Common classes intended to use within projects jwt-security and jwt-security-authenticator.
|
Project Organization |
Project OrganizationPiotr Raszkowski |
<!-- https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-commons/ -->
<dependency>
<groupId>io.codingpassion</groupId>
<artifactId>spring-boot-starter-jwt-security-commons</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-commons/
implementation 'io.codingpassion:spring-boot-starter-jwt-security-commons:0.1'
// https://jarcasting.com/artifacts/io.codingpassion/spring-boot-starter-jwt-security-commons/
implementation ("io.codingpassion:spring-boot-starter-jwt-security-commons:0.1")
'io.codingpassion:spring-boot-starter-jwt-security-commons:jar:0.1'
<dependency org="io.codingpassion" name="spring-boot-starter-jwt-security-commons" rev="0.1">
<artifact name="spring-boot-starter-jwt-security-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codingpassion', module='spring-boot-starter-jwt-security-commons', version='0.1')
)
libraryDependencies += "io.codingpassion" % "spring-boot-starter-jwt-security-commons" % "0.1"
[io.codingpassion/spring-boot-starter-jwt-security-commons "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.6 |
org.slf4j : slf4j-api | jar | 1.7.26 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-codec : commons-codec | jar | 1.12 |
javax.xml.bind : jaxb-api | jar | 2.3.0 |
org.mockito : mockito-junit-jupiter | jar | 2.25.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.platform : junit-platform-commons | jar | 1.4.1 |
org.assertj : assertj-core | jar | 3.12.1 |