License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.m0uj |
ArtifactId | ArtifactIdspring-security-jwt |
Version | Version1.0-RELEASE |
Type | Typejar |
Description |
DescriptionSpring Security JWT
Spring Security JWT
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.m0uj/spring-security-jwt/ -->
<dependency>
<groupId>com.github.m0uj</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.m0uj/spring-security-jwt/
implementation 'com.github.m0uj:spring-security-jwt:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.m0uj/spring-security-jwt/
implementation ("com.github.m0uj:spring-security-jwt:1.0-RELEASE")
'com.github.m0uj:spring-security-jwt:jar:1.0-RELEASE'
<dependency org="com.github.m0uj" name="spring-security-jwt" rev="1.0-RELEASE">
<artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.m0uj', module='spring-security-jwt', version='1.0-RELEASE')
)
libraryDependencies += "com.github.m0uj" % "spring-security-jwt" % "1.0-RELEASE"
[com.github.m0uj/spring-security-jwt "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 1.5.10.RELEASE |
org.springframework.boot : spring-boot-starter-security Optional | jar | 1.5.10.RELEASE |
io.jsonwebtoken : jjwt | jar | 0.7.0 |