Categories |
Categoriesjjwt Security |
---|---|
GroupId | GroupIdcom.github.vindell |
ArtifactId | ArtifactIdjwt-issuer-with-jjwt |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vindell/jwt-issuer-with-jjwt/ -->
<dependency>
<groupId>com.github.vindell</groupId>
<artifactId>jwt-issuer-with-jjwt</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/jwt-issuer-with-jjwt/
implementation 'com.github.vindell:jwt-issuer-with-jjwt:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/jwt-issuer-with-jjwt/
implementation ("com.github.vindell:jwt-issuer-with-jjwt:1.0.1.RELEASE")
'com.github.vindell:jwt-issuer-with-jjwt:jar:1.0.1.RELEASE'
<dependency org="com.github.vindell" name="jwt-issuer-with-jjwt" rev="1.0.1.RELEASE">
<artifact name="jwt-issuer-with-jjwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='jwt-issuer-with-jjwt', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.vindell" % "jwt-issuer-with-jjwt" % "1.0.1.RELEASE"
[com.github.vindell/jwt-issuer-with-jjwt "1.0.1.RELEASE"]