j

jose4j

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..
https://bitbucket.org/b_c/jose4j/
The Apache Software License, Version 2.0
Brian Campbell
文件下载
文件名 操作
jose4j-0.7.9.jar 下载
jose4j-0.7.9.pom 下载
jose4j-0.7.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.bitbucket.b_c</groupId>
  <artifactId>jose4j</artifactId>
  <version>0.7.9</version>
</dependency>
Gradle Groovy
implementation 'org.bitbucket.b_c:jose4j:0.7.9'
Gradle Kotlin
implementation("org.bitbucket.b_c:jose4j:0.7.9")
Scala SBT
libraryDependencies += "org.bitbucket.b_c" % "jose4j" % "0.7.9"
Groovy Grape
@Grapes(
  @Grab(group='org.bitbucket.b_c', module='jose4j', version='0.7.9')
)
Apache Ivy
<dependency org="org.bitbucket.b_c" name="jose4j" rev="0.7.9" />
Leiningen
[org.bitbucket.b_c/jose4j "0.7.9"]
Apache Buildr
'org.bitbucket.b_c:jose4j:jar:0.7.9'