Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdspring-security-jwt-factory |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-factory/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>spring-security-jwt-factory</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-factory/
implementation 'com.github.yingzhuo:spring-security-jwt-factory:1.1.2'
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt-factory/
implementation ("com.github.yingzhuo:spring-security-jwt-factory:1.1.2")
'com.github.yingzhuo:spring-security-jwt-factory:jar:1.1.2'
<dependency org="com.github.yingzhuo" name="spring-security-jwt-factory" rev="1.1.2">
<artifact name="spring-security-jwt-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='spring-security-jwt-factory', version='1.1.2')
)
libraryDependencies += "com.github.yingzhuo" % "spring-security-jwt-factory" % "1.1.2"
[com.github.yingzhuo/spring-security-jwt-factory "1.1.2"]