Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdtech.pardus |
ArtifactId | ArtifactIdspring-jwt-security |
Version | Version0.0.9-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/ -->
<dependency>
<groupId>tech.pardus</groupId>
<artifactId>spring-jwt-security</artifactId>
<version>0.0.9-RC</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/
implementation 'tech.pardus:spring-jwt-security:0.0.9-RC'
// https://jarcasting.com/artifacts/tech.pardus/spring-jwt-security/
implementation ("tech.pardus:spring-jwt-security:0.0.9-RC")
'tech.pardus:spring-jwt-security:jar:0.0.9-RC'
<dependency org="tech.pardus" name="spring-jwt-security" rev="0.0.9-RC">
<artifact name="spring-jwt-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pardus', module='spring-jwt-security', version='0.0.9-RC')
)
libraryDependencies += "tech.pardus" % "spring-jwt-security" % "0.0.9-RC"
[tech.pardus/spring-jwt-security "0.0.9-RC"]