| License |
License |
|---|---|
| GroupId | GroupIdorg.soulwing.jwt |
| ArtifactId | ArtifactIdjwt-subsystem |
| Last Version | Last Version1.2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWildfly JWT Subsystem
A extension for Wildfly that supports JWT authentication.
|
| Filename | Size |
|---|---|
| jwt-subsystem-1.2.6.pom | |
| jwt-subsystem-1.2.6.jar | 186 KB |
| jwt-subsystem-1.2.6-test-sources.jar | 80 KB |
| jwt-subsystem-1.2.6-test-javadoc.jar | 263 KB |
| jwt-subsystem-1.2.6-sources.jar | 126 KB |
| jwt-subsystem-1.2.6-javadoc.jar | 271 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-subsystem/ -->
<dependency>
<groupId>org.soulwing.jwt</groupId>
<artifactId>jwt-subsystem</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-subsystem/
implementation 'org.soulwing.jwt:jwt-subsystem:1.2.6'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-subsystem/
implementation ("org.soulwing.jwt:jwt-subsystem:1.2.6")
'org.soulwing.jwt:jwt-subsystem:jar:1.2.6'
<dependency org="org.soulwing.jwt" name="jwt-subsystem" rev="1.2.6">
<artifact name="jwt-subsystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-subsystem', version='1.2.6')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-subsystem" % "1.2.6"
[org.soulwing.jwt/jwt-subsystem "1.2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.soulwing.jwt : jwt-extension-api | jar | 1.2.6 |
| org.soulwing.jwt : jwt-extension-spi | jar | 1.2.6 |
| org.wildfly.core : wildfly-server Optional | jar | 7.0.0.Final |
| org.wildfly.core : wildfly-controller | jar | 7.0.0.Final |
| org.wildfly : wildfly-undertow Optional | jar | 15.0.0.Final |
| io.undertow : undertow-core Optional | jar | 2.0.23.Final |
| io.undertow : undertow-servlet Optional | jar | 2.0.23.Final |
| org.glassfish : javax.json | jar | 1.1.2 |
| org.soulwing.jwt : jwt-api | jar | 1.6.2 |
| org.soulwing.s2ks : s2ks-api | jar | 1.2.1 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.11 |
| org.jmock : jmock-junit4 | jar | 2.8.2 |
| org.jmock : jmock-legacy | jar | 2.8.2 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| commons-io : commons-io | jar | 2.4 |
| org.soulwing.s2ks : s2ks-impl | jar | 1.2.1 |
| org.wildfly.core : wildfly-subsystem-test | pom | 7.0.0.Final |