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