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