License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdorg.soulwing.jwt |
ArtifactId | ArtifactIdjwt-key-storage |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWildfly JWT Key Storage
A extension for Wildfly that supports JWT authentication.
|
Filename | Size |
---|---|
jwt-key-storage-1.2.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation 'org.soulwing.jwt:jwt-key-storage:1.2.6'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-key-storage/
implementation ("org.soulwing.jwt:jwt-key-storage:1.2.6")
'org.soulwing.jwt:jwt-key-storage:pom:1.2.6'
<dependency org="org.soulwing.jwt" name="jwt-key-storage" rev="1.2.6">
<artifact name="jwt-key-storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-key-storage', version='1.2.6')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-key-storage" % "1.2.6"
[org.soulwing.jwt/jwt-key-storage "1.2.6"]