License |
License |
---|---|
GroupId | GroupIdde.yourinspiration |
ArtifactId | ArtifactIdspring-jwt |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring JWT integration
JWT integration for Spring web projects.
|
Filename | Size |
---|---|
spring-jwt-0.1.0.pom | |
spring-jwt-0.1.0.jar | 11 KB |
spring-jwt-0.1.0-sources.jar | 7 KB |
spring-jwt-0.1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/ -->
<dependency>
<groupId>de.yourinspiration</groupId>
<artifactId>spring-jwt</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/
implementation 'de.yourinspiration:spring-jwt:0.1.0'
// https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/
implementation ("de.yourinspiration:spring-jwt:0.1.0")
'de.yourinspiration:spring-jwt:jar:0.1.0'
<dependency org="de.yourinspiration" name="spring-jwt" rev="0.1.0">
<artifact name="spring-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.yourinspiration', module='spring-jwt', version='0.1.0')
)
libraryDependencies += "de.yourinspiration" % "spring-jwt" % "0.1.0"
[de.yourinspiration/spring-jwt "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : nimbus-jose-jwt | jar | 2.10.1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.springframework : spring-webmvc | jar | 4.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.10.8 |