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