License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.echocat.marquardt |
ArtifactId | ArtifactIdclient |
Version | Version0.14 |
Type | Typejar |
Description |
DescriptionMarquardt Java SDK - Client
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 |
---|---|
client-0.14.pom | |
client-0.14.jar | 20 KB |
client-0.14-sources.jar | 9 KB |
client-0.14-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.marquardt/client/ -->
<dependency>
<groupId>org.echocat.marquardt</groupId>
<artifactId>client</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.marquardt/client/
implementation 'org.echocat.marquardt:client:0.14'
// https://jarcasting.com/artifacts/org.echocat.marquardt/client/
implementation ("org.echocat.marquardt:client:0.14")
'org.echocat.marquardt:client:jar:0.14'
<dependency org="org.echocat.marquardt" name="client" rev="0.14">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.marquardt', module='client', version='0.14')
)
libraryDependencies += "org.echocat.marquardt" % "client" % "0.14"
[org.echocat.marquardt/client "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 |
---|---|---|
com.squareup.okhttp : okhttp Optional | jar | 2.5.0 |
com.google.code.gson : gson Optional | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-all | jar | 1.3 |