Jar examples for j:jose4j
The jose4j library is an open source implementation of JWS (JSON Web Signature), JWE (Encryption), JWA (Algorithms) and JWK (Key) from the IETF JOSE (JavaScrip Object Signing and Encryption) Working Group. 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.
You can download jar file jose4j 0.5.8 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jose4j-0.5.8.jar to your project.
<dependency> <groupId>org.bitbucket.b_c</groupId> <artifactId>jose4j</artifactId> <version>0.5.8</version> </dependency>
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.5.8'
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.5.8"
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.5.8"/>
@Grapes(@Grab(group='org.bitbucket.b_c', module='jose4j', version='0.5.8'))
'org.bitbucket.b_c:jose4j:jar:0.5.8'
Click the following link to download the jar file.
jose4j-0.5.8-javadoc.jar