Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdtech.pardus |
ArtifactId | ArtifactIdspring-jwt-security |
Version | Version0.0.11 |
Type | Typejar |
Filename | Size |
---|---|
spring-jwt-security-0.0.11.pom | |
spring-jwt-security-0.0.11.jar | 38 KB |
spring-jwt-security-0.0.11-sources.jar | 21 KB |
spring-jwt-security-0.0.11-javadoc.jar | 554 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/ -->
<dependency>
<groupId>tech.pardus</groupId>
<artifactId>spring-jwt-security</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/
implementation 'tech.pardus:spring-jwt-security:0.0.11'
// https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/
implementation ("tech.pardus:spring-jwt-security:0.0.11")
'tech.pardus:spring-jwt-security:jar:0.0.11'
<dependency org="tech.pardus" name="spring-jwt-security" rev="0.0.11">
<artifact name="spring-jwt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pardus', module='spring-jwt-security', version='0.0.11')
)
libraryDependencies += "tech.pardus" % "spring-jwt-security" % "0.0.11"
[tech.pardus/spring-jwt-security "0.0.11"]