Add links to javadoc and maven central to readme files

This commit is contained in:
Paul Schaub 2022-03-13 16:38:33 +01:00
parent 759afbeede
commit 8968f69e31
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0
# Command Line Interface for the Web Key Directory # Command Line Interface for the Web Key Directory
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-java-cli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-java-cli)
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-java-cli)](https://search.maven.org/artifact/org.pgpainless/wkd-java-cli)
```shell ```shell
Usage: wkdcli fetch [-a] USERID Usage: wkdcli fetch [-a] USERID
Fetch an OpenPGP Certificate via the Web Key Directory Fetch an OpenPGP Certificate via the Web Key Directory

View File

@ -6,4 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# WKD-Java # WKD-Java
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-java/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-java)
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-java)](https://search.maven.org/artifact/org.pgpainless/wkd-java)
API Implementation of the Key Discovery part of the Web Key Directory Specification for Java. API Implementation of the Key Discovery part of the Web Key Directory Specification for Java.

View File

@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0
# WKD Test Suite Generator # WKD Test Suite Generator
[![javadoc](https://javadoc.io/badge2/org.pgpainless/wkd-test-suite/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/wkd-test-suite)
[![Maven Central](https://badgen.net/maven/v/maven-central/org.pgpainless/wkd-test-suite)](https://search.maven.org/artifact/org.pgpainless/wkd-test-suite)
This module contains a CLI application that can be used to generate WKD test vectors. This module contains a CLI application that can be used to generate WKD test vectors.
```shell ```shell