GroupId | GroupIdfun.fengwk.jwt4j |
---|---|
ArtifactId | ArtifactIdjwt4j |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jwt4j-0.0.2.pom | |
jwt4j-0.0.2.jar | 20 KB |
jwt4j-0.0.2-sources.jar | 12 KB |
jwt4j-0.0.2-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/ -->
<dependency>
<groupId>fun.fengwk.jwt4j</groupId>
<artifactId>jwt4j</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/
implementation 'fun.fengwk.jwt4j:jwt4j:0.0.2'
// https://jarcasting.com/artifacts/fun.fengwk.jwt4j/jwt4j/
implementation ("fun.fengwk.jwt4j:jwt4j:0.0.2")
'fun.fengwk.jwt4j:jwt4j:jar:0.0.2'
<dependency org="fun.fengwk.jwt4j" name="jwt4j" rev="0.0.2">
<artifact name="jwt4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.jwt4j', module='jwt4j', version='0.0.2')
)
libraryDependencies += "fun.fengwk.jwt4j" % "jwt4j" % "0.0.2"
[fun.fengwk.jwt4j/jwt4j "0.0.2"]