| GroupId | GroupIdio.github.jefferyeven |
|---|---|
| ArtifactId | ArtifactIdjwt_authority |
| Version | Version1.0.1-Release |
| Type | Typejar |
| Filename | Size |
|---|---|
| jwt_authority-1.0.1-Release.pom | |
| jwt_authority-1.0.1-Release.jar | 192 KB |
| jwt_authority-1.0.1-Release-sources.jar | 23 KB |
| jwt_authority-1.0.1-Release-javadoc.jar | 220 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jefferyeven/jwt_authority/ -->
<dependency>
<groupId>io.github.jefferyeven</groupId>
<artifactId>jwt_authority</artifactId>
<version>1.0.1-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jefferyeven/jwt_authority/
implementation 'io.github.jefferyeven:jwt_authority:1.0.1-Release'
// https://jarcasting.com/artifacts/io.github.jefferyeven/jwt_authority/
implementation ("io.github.jefferyeven:jwt_authority:1.0.1-Release")
'io.github.jefferyeven:jwt_authority:jar:1.0.1-Release'
<dependency org="io.github.jefferyeven" name="jwt_authority" rev="1.0.1-Release">
<artifact name="jwt_authority" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jefferyeven', module='jwt_authority', version='1.0.1-Release')
)
libraryDependencies += "io.github.jefferyeven" % "jwt_authority" % "1.0.1-Release"
[io.github.jefferyeven/jwt_authority "1.0.1-Release"]