License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdcom.github.cobrijani |
ArtifactId | ArtifactIdjwt-security-spring-boot-starter |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionjwt-security-spring-boot-starter
Spring boot Jwt security auto configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.cobrijani/jwt-security-spring-boot-starter/ -->
<dependency>
<groupId>com.github.cobrijani</groupId>
<artifactId>jwt-security-spring-boot-starter</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cobrijani/jwt-security-spring-boot-starter/
implementation 'com.github.cobrijani:jwt-security-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/com.github.cobrijani/jwt-security-spring-boot-starter/
implementation ("com.github.cobrijani:jwt-security-spring-boot-starter:0.0.3")
'com.github.cobrijani:jwt-security-spring-boot-starter:jar:0.0.3'
<dependency org="com.github.cobrijani" name="jwt-security-spring-boot-starter" rev="0.0.3">
<artifact name="jwt-security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cobrijani', module='jwt-security-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "com.github.cobrijani" % "jwt-security-spring-boot-starter" % "0.0.3"
[com.github.cobrijani/jwt-security-spring-boot-starter "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.security : spring-security-data | jar | |
org.springframework.boot : spring-boot-starter-security | jar | 1.5.1.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.1.RELEASE |
org.projectlombok : lombok Optional | jar | 1.16.12 |
io.jsonwebtoken : jjwt | jar | 0.5 |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.1.RELEASE |
io.javaslang : javaslang | jar | 2.0.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.1.RELEASE |