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