License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdspring-security-jwt-algorithm |
Last Version | Last Version1.3.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-algorithm/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>spring-security-jwt-algorithm</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-algorithm/
implementation 'com.github.yingzhuo:spring-security-jwt-algorithm:1.3.8'
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-algorithm/
implementation ("com.github.yingzhuo:spring-security-jwt-algorithm:1.3.8")
'com.github.yingzhuo:spring-security-jwt-algorithm:jar:1.3.8'
<dependency org="com.github.yingzhuo" name="spring-security-jwt-algorithm" rev="1.3.8">
<artifact name="spring-security-jwt-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='spring-security-jwt-algorithm', version='1.3.8')
)
libraryDependencies += "com.github.yingzhuo" % "spring-security-jwt-algorithm" % "1.3.8"
[com.github.yingzhuo/spring-security-jwt-algorithm "1.3.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yingzhuo : spring-security-common | jar | 1.3.8 |
org.springframework : spring-core | jar | 5.3.9 |
com.auth0 : java-jwt | jar | 3.18.1 |