| GroupId | GroupIdorg.soulwing.jwt |
|---|---|
| ArtifactId | ArtifactIdjwt-util |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jwt-util-1.1.0.pom | |
| jwt-util-1.1.0.jar | 11 KB |
| jwt-util-1.1.0-sources.jar | 8 KB |
| jwt-util-1.1.0-javadoc.jar | 28 KB |
| jwt-util-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-util/
implementation 'org.soulwing.jwt:jwt-util:1.1.0'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-util/
implementation ("org.soulwing.jwt:jwt-util:1.1.0")
'org.soulwing.jwt:jwt-util:jar:1.1.0'
<dependency org="org.soulwing.jwt" name="jwt-util" rev="1.1.0">
<artifact name="jwt-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-util', version='1.1.0')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-util" % "1.1.0"
[org.soulwing.jwt/jwt-util "1.1.0"]