org.bitbucket.b_c:jose4j (0.9.3)

Published 2026-02-24 13:44:35 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.bitbucket.b_c</groupId>
	<artifactId>jose4j</artifactId>
	<version>0.9.3</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.bitbucket.b_c:jose4j:0.9.3

About this package

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

Dependencies

org.slf4j:slf4j-api
1.7.21
junit:junit
4.13.2
ch.qos.logback:logback-classic
1.2.11
org.bouncycastle:bcprov-jdk15on
1.70
org.mockito:mockito-core
2.28.2
Details
Maven
2026-02-24 13:44:35 +00:00
1
jose4j
The Apache Software License, Version 2.0
299 KiB
Assets (2)
Versions (1) View all
0.9.3 2026-02-24