rest-signatures
Implementation of Http Rest Signatures
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаbe.atbash.ee.security |
| Идентификатор | Идентификаторhttp-sig-jax-rs-sender |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHTTP Signature code parent
|
| Имя Файла | Размер |
|---|---|
| http-sig-jax-rs-sender-0.1.pom | |
| http-sig-jax-rs-sender-0.1.jar | 11 KB |
| http-sig-jax-rs-sender-0.1-sources.jar | 7 KB |
| http-sig-jax-rs-sender-0.1-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-jax-rs-sender/ -->
<dependency>
<groupId>be.atbash.ee.security</groupId>
<artifactId>http-sig-jax-rs-sender</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-jax-rs-sender/
implementation 'be.atbash.ee.security:http-sig-jax-rs-sender:0.1'
// https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-jax-rs-sender/
implementation ("be.atbash.ee.security:http-sig-jax-rs-sender:0.1")
'be.atbash.ee.security:http-sig-jax-rs-sender:jar:0.1'
<dependency org="be.atbash.ee.security" name="http-sig-jax-rs-sender" rev="0.1">
<artifact name="http-sig-jax-rs-sender" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.atbash.ee.security', module='http-sig-jax-rs-sender', version='0.1')
)
libraryDependencies += "be.atbash.ee.security" % "http-sig-jax-rs-sender" % "0.1"
[be.atbash.ee.security/http-sig-jax-rs-sender "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| be.atbash.ee.security : http-sig-core | jar | 0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.enterprise : cdi-api | jar | 1.1 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| javax.annotation : javax.annotation-api | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.13.0 |
| org.assertj : assertj-core | jar | 1.7.0 |
Implementation of Http Rest Signatures