| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.b_c |
| Идентификатор | Идентификаторjose4j |
| Последняя версия | Последняя версия0.7.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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..
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |