Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdbe.looorent |
ArtifactId | ArtifactIdspring-security-jwt |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
spring-security-jwt-0.6.pom | |
spring-security-jwt-0.6.jar | 20 KB |
spring-security-jwt-0.6-sources.jar | 13 KB |
spring-security-jwt-0.6-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/ -->
<dependency>
<groupId>be.looorent</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/
implementation 'be.looorent:spring-security-jwt:0.6'
// https://jarcasting.com/artifacts/be.looorent/spring-security-jwt/
implementation ("be.looorent:spring-security-jwt:0.6")
'be.looorent:spring-security-jwt:jar:0.6'
<dependency org="be.looorent" name="spring-security-jwt" rev="0.6">
<artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.looorent', module='spring-security-jwt', version='0.6')
)
libraryDependencies += "be.looorent" % "spring-security-jwt" % "0.6"
[be.looorent/spring-security-jwt "0.6"]