Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdio.github.toquery |
ArtifactId | ArtifactIdclever-framework-security-jwt |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/ -->
<dependency>
<groupId>io.github.toquery</groupId>
<artifactId>clever-framework-security-jwt</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/
implementation 'io.github.toquery:clever-framework-security-jwt:1.0.5'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/
implementation ("io.github.toquery:clever-framework-security-jwt:1.0.5")
'io.github.toquery:clever-framework-security-jwt:jar:1.0.5'
<dependency org="io.github.toquery" name="clever-framework-security-jwt" rev="1.0.5">
<artifact name="clever-framework-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-security-jwt', version='1.0.5')
)
libraryDependencies += "io.github.toquery" % "clever-framework-security-jwt" % "1.0.5"
[io.github.toquery/clever-framework-security-jwt "1.0.5"]