| GroupId | GroupIdorg.soulwing.jwt |
|---|---|
| ArtifactId | ArtifactIdjwt-util |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jwt-util-1.0.1.pom | |
| jwt-util-1.0.1.jar | 11 KB |
| jwt-util-1.0.1-sources.jar | 8 KB |
| jwt-util-1.0.1-javadoc.jar | 27 KB |
| jwt-util-1.0.1-jar-with-dependencies.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-util/ -->
<dependency>
<groupId>org.soulwing.jwt</groupId>
<artifactId>jwt-util</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-util/
implementation 'org.soulwing.jwt:jwt-util:1.0.1'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-util/
implementation ("org.soulwing.jwt:jwt-util:1.0.1")
'org.soulwing.jwt:jwt-util:jar:1.0.1'
<dependency org="org.soulwing.jwt" name="jwt-util" rev="1.0.1">
<artifact name="jwt-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-util', version='1.0.1')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-util" % "1.0.1"
[org.soulwing.jwt/jwt-util "1.0.1"]