j

jose4j

The jose.4.j library is a robust and easy to use open source implementation of JSON Web Token (JWT) and the JOSE specification suite (JWS, JWE, and JWK). It is written in Java and relies solely on the JCA APIs for cryptography. Please see https://bitbucket.org/b_c/jose4j/wiki/Home for more info, examples, etc..
https://bitbucket.org/b_c/jose4j/
The Apache Software License, Version 2.0
Brian Campbell
Files download
File Operation
jose4j-0.9.3.jar download
jose4j-0.9.3.pom download
jose4j-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bitbucket.b_c</groupId>
  <artifactId>jose4j</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.b_c:jose4j:0.9.3'
Gradle Kotlin
implementation("org.bitbucket.b_c:jose4j:0.9.3")
Scala SBT
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.b_c', module='jose4j', version='0.9.3')
)
Apache Ivy
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.9.3" />
Leiningen
[org.bitbucket.b_c/jose4j "0.9.3"]
Apache Buildr
'org.bitbucket.b_c:jose4j:jar:0.9.3'