is not current version
Last Version 0.7.12

org.bitbucket.b_c:jose4j 0.6.5

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

GroupId

GroupId

org.bitbucket.b_c
ArtifactId

ArtifactId

jose4j
Version

Version

0.6.5
Type

Type

jar

Download jose4j 0.6.5


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