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