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