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