| License |
License |
|---|---|
| Categories |
CategoriesApache TomEE Container Application Servers |
| GroupId | GroupIdorg.apache.tomee |
| ArtifactId | ArtifactIdmp-jwt |
| Last Version | Last Version8.0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTomEE :: Microprofile JWT
Apache OpenEJB is an open source, modular, configurable and extensible EJB Container System and EJB Server.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mp-jwt-8.0.12.pom | |
| mp-jwt-8.0.12.jar | 104 KB |
| mp-jwt-8.0.12-sources.jar | 70 KB |
| mp-jwt-8.0.12-javadoc.jar | 293 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tomee/mp-jwt/ -->
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>mp-jwt</artifactId>
<version>8.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomee/mp-jwt/
implementation 'org.apache.tomee:mp-jwt:8.0.12'
// https://jarcasting.com/artifacts/org.apache.tomee/mp-jwt/
implementation ("org.apache.tomee:mp-jwt:8.0.12")
'org.apache.tomee:mp-jwt:jar:8.0.12'
<dependency org="org.apache.tomee" name="mp-jwt" rev="8.0.12">
<artifact name="mp-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomee', module='mp-jwt', version='8.0.12')
)
libraryDependencies += "org.apache.tomee" % "mp-jwt" % "8.0.12"
[org.apache.tomee/mp-jwt "8.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bitbucket.b_c : jose4j | jar | 0.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.microprofile.jwt : microprofile-jwt-auth-api | jar | 1.1.1 |
| org.eclipse.microprofile.config : microprofile-config-api | jar | 1.3 |
| org.apache.tomee : javaee-api | jar | 8.0-6 |
| org.apache.tomee : openejb-core | jar | 8.0.12 |
| org.apache.tomee : openejb-cxf-rs | jar | 8.0.12 |
| org.apache.johnzon : johnzon-jsonb | jar | 1.2.18 |
| org.apache.tomcat : tomcat-catalina | jar | 9.0.63 |
| org.apache.tomee : tomee-catalina | jar | 8.0.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| com.nimbusds : nimbus-jose-jwt | jar | 7.9 |
| org.ow2.asm : asm-all | jar | 5.0.3 |