| License |
License |
|---|---|
| GroupId | GroupIdorg.echocat.marquardt |
| ArtifactId | ArtifactIdauthority |
| Last Version | Last Version0.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMarquardt Java SDK - Authority
A library for access control based on signed certificates from a central authority. Certificates can be
verified without roundtrips to the authority.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| authority-0.14.pom | |
| authority-0.14.jar | 15 KB |
| authority-0.14-tests.jar | 25 KB |
| authority-0.14-sources.jar | 13 KB |
| authority-0.14-javadoc.jar | 112 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.marquardt/authority/ -->
<dependency>
<groupId>org.echocat.marquardt</groupId>
<artifactId>authority</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.marquardt/authority/
implementation 'org.echocat.marquardt:authority:0.14'
// https://jarcasting.com/artifacts/org.echocat.marquardt/authority/
implementation ("org.echocat.marquardt:authority:0.14")
'org.echocat.marquardt:authority:jar:0.14'
<dependency org="org.echocat.marquardt" name="authority" rev="0.14">
<artifact name="authority" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.marquardt', module='authority', version='0.14')
)
libraryDependencies += "org.echocat.marquardt" % "authority" % "0.14"
[org.echocat.marquardt/authority "0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.echocat.marquardt : common | jar | 0.14 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| commons-io : commons-io | jar | 2.4 |
| commons-codec : commons-codec | jar | 1.10 |
| com.google.guava : guava | jar | 18.0 |
| org.hibernate : hibernate-validator | jar | 5.2.1.Final |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web Optional | jar | 4.2.1.RELEASE |
| javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
| org.springframework.security : spring-security-core Optional | jar | 4.0.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.echocat.marquardt : common | test-jar | 0.14 |
| com.squareup.okhttp : okhttp | jar | 2.5.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-all | jar | 1.3 |