Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.soulwing.jwt |
ArtifactId | ArtifactIdjwt-key-storage |
Version | Version1.2.4 |
Type | Typepom |
Filename | Size |
---|---|
jwt-key-storage-1.2.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation 'org.soulwing.jwt:jwt-key-storage:1.2.4'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation ("org.soulwing.jwt:jwt-key-storage:1.2.4")
'org.soulwing.jwt:jwt-key-storage:pom:1.2.4'
<dependency org="org.soulwing.jwt" name="jwt-key-storage" rev="1.2.4">
<artifact name="jwt-key-storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-key-storage', version='1.2.4')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-key-storage" % "1.2.4"
[org.soulwing.jwt/jwt-key-storage "1.2.4"]