License |
License |
---|---|
GroupId | GroupIdorg.imixs.jwt |
ArtifactId | ArtifactIdimixs-jwt |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionImixs-JWT
Imixs-JWT is a compact easy to use library to generate and verify JSON Web Tokens.
The project also provides a JASPIC authentication module to be used in Java EE application servers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
imixs-jwt-1.1.0.pom | |
imixs-jwt-1.1.0.jar | 23 KB |
imixs-jwt-1.1.0-sources.jar | 23 KB |
imixs-jwt-1.1.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.imixs.jwt/imixs-jwt/ -->
<dependency>
<groupId>org.imixs.jwt</groupId>
<artifactId>imixs-jwt</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.jwt/imixs-jwt/
implementation 'org.imixs.jwt:imixs-jwt:1.1.0'
// https://jarcasting.com/artifacts/org.imixs.jwt/imixs-jwt/
implementation ("org.imixs.jwt:imixs-jwt:1.1.0")
'org.imixs.jwt:imixs-jwt:jar:1.1.0'
<dependency org="org.imixs.jwt" name="imixs-jwt" rev="1.1.0">
<artifact name="imixs-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.jwt', module='imixs-jwt', version='1.1.0')
)
libraryDependencies += "org.imixs.jwt" % "imixs-jwt" % "1.1.0"
[org.imixs.jwt/imixs-jwt "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |
javax.json : javax.json-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.glassfish : javax.json | jar | 1.1 |