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