| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdorg.soulwing.jwt |
| ArtifactId | ArtifactIdjwt-key-storage |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jwt-key-storage-1.2.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/ -->
<dependency>
<groupId>org.soulwing.jwt</groupId>
<artifactId>jwt-key-storage</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation 'org.soulwing.jwt:jwt-key-storage:1.2.0'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation ("org.soulwing.jwt:jwt-key-storage:1.2.0")
'org.soulwing.jwt:jwt-key-storage:pom:1.2.0'
<dependency org="org.soulwing.jwt" name="jwt-key-storage" rev="1.2.0">
<artifact name="jwt-key-storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-key-storage', version='1.2.0')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-key-storage" % "1.2.0"
[org.soulwing.jwt/jwt-key-storage "1.2.0"]