Last Version

Imixs-JWT 1.1.0

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.

License

License

GroupId

GroupId

org.imixs.jwt
ArtifactId

ArtifactId

imixs-jwt
Version

Version

1.1.0
Type

Type

jar
Description

Description

Imixs-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

https://github.com/imixs/imixs-workflow
Project Organization

Project Organization

Imixs Software Solutions GmbH
Source Code Management

Source Code Management

https://github.com/imixs/imixs-jwt/

Download imixs-jwt 1.1.0


<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
javax : javaee-api jar 6.0
javax.json : javax.json-api jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.glassfish : javax.json jar 1.1

Project Modules

There are no modules declared in this project.