License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.b_c |
ArtifactId | ArtifactIdjose4j |
Last Version | Last Version0.7.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjose4j
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..
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jose4j-0.7.12.pom | |
jose4j-0.7.12.jar | 259 KB |
jose4j-0.7.12-sources.jar | 201 KB |
jose4j-0.7.12-javadoc.jar | 1023 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/ -->
<dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.7.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/
implementation 'org.bitbucket.b_c:jose4j:0.7.12'
// https://jarcasting.com/artifacts/org.bitbucket.b_c/jose4j/
implementation ("org.bitbucket.b_c:jose4j:0.7.12")
'org.bitbucket.b_c:jose4j:jar:0.7.12'
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.7.12">
<artifact name="jose4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.b_c', module='jose4j', version='0.7.12')
)
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.7.12"
[org.bitbucket.b_c/jose4j "0.7.12"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
org.mockito : mockito-core | jar | 2.28.2 |