is not current version
Last Version 0.7.12

org.bitbucket.b_c:jose4j 0.4.1

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.

GroupId

GroupId

org.bitbucket.b_c
ArtifactId

ArtifactId

jose4j
Version

Version

0.4.1
Type

Type

jar

Download jose4j 0.4.1


<!-- https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/ -->
<dependency>
    <groupId>org.bitbucket.b_c</groupId>
    <artifactId>jose4j</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/
implementation 'org.bitbucket.b_c:jose4j:0.4.1'
// https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/
implementation ("org.bitbucket.b_c:jose4j:0.4.1")
'org.bitbucket.b_c:jose4j:jar:0.4.1'
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.4.1">
  <artifact name="jose4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.b_c', module='jose4j', version='0.4.1')
)
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.4.1"
[org.bitbucket.b_c/jose4j "0.4.1"]