rest-signatures
Implementation of Http Rest Signatures
License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdbe.atbash.ee.security |
ArtifactId | ArtifactIdhttp-sig-core |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP Signature code parent
|
Filename | Size |
---|---|
http-sig-core-0.1.pom | |
http-sig-core-0.1.jar | 36 KB |
http-sig-core-0.1-sources.jar | 32 KB |
http-sig-core-0.1-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-core/ -->
<dependency>
<groupId>be.atbash.ee.security</groupId>
<artifactId>http-sig-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-core/
implementation 'be.atbash.ee.security:http-sig-core:0.1'
// https://jarcasting.com/artifacts/be.atbash.ee.security/http-sig-core/
implementation ("be.atbash.ee.security:http-sig-core:0.1")
'be.atbash.ee.security:http-sig-core:jar:0.1'
<dependency org="be.atbash.ee.security" name="http-sig-core" rev="0.1">
<artifact name="http-sig-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.atbash.ee.security', module='http-sig-core', version='0.1')
)
libraryDependencies += "be.atbash.ee.security" % "http-sig-core" % "0.1"
[be.atbash.ee.security/http-sig-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
be.atbash.utils : utils-se | jar | 0.9.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
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