Last Version

Http KeyServer Protocol Client for Java 0.2.0

A client for talking to PGP Key Servers using HKP (Http KeyServer Protocol). Defined by RFC https://tools.ietf.org/html/draft-shaw-openpgp-hkp-00

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

org.sourcelab
ArtifactId

ArtifactId

java-hkp-client
Version

Version

0.2.0
Type

Type

jar
Description

Description

Http KeyServer Protocol Client for Java
A client for talking to PGP Key Servers using HKP (Http KeyServer Protocol). Defined by RFC https://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
Project URL

Project URL

https://github.com/SourceLabOrg/java-hkp-client
Source Code Management

Source Code Management

https://github.com/SourceLabOrg/java-hkp-client/tree/main

Download java-hkp-client 0.2.0


<!-- https://jarcasting.com/artifacts/org.sourcelab/java-hkp-client/ -->
<dependency>
    <groupId>org.sourcelab</groupId>
    <artifactId>java-hkp-client</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sourcelab/java-hkp-client/
implementation 'org.sourcelab:java-hkp-client:0.2.0'
// https://jarcasting.com/artifacts/org.sourcelab/java-hkp-client/
implementation ("org.sourcelab:java-hkp-client:0.2.0")
'org.sourcelab:java-hkp-client:jar:0.2.0'
<dependency org="org.sourcelab" name="java-hkp-client" rev="0.2.0">
  <artifact name="java-hkp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sourcelab', module='java-hkp-client', version='0.2.0')
)
libraryDependencies += "org.sourcelab" % "java-hkp-client" % "0.2.0"
[org.sourcelab/java-hkp-client "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.httpcomponents.client5 : httpclient5 jar 5.0.3
org.slf4j : slf4j-api jar 1.7.30

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.apache.logging.log4j : log4j-api jar 2.13.2
org.apache.logging.log4j : log4j-core jar 2.13.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.2

Project Modules

There are no modules declared in this project.