Merge pull request #38 from maxlambrecht/master

Adding a note about java-spiffe-helper artifact
This commit is contained in:
Max Lambrecht 2020-10-02 11:30:56 -03:00 committed by GitHub
commit b94d8da155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ Using Gradle:
runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.6.2' runtimeOnly group: 'io.spiffe', name: 'grpc-netty-macos', version: '0.6.2'
``` ```
### Note: `java-spiffe-helper` artifact
As the [java-spiffe-helper](java-spiffe-helper/README.md) artifact is meant to be used as a standalone JAR and not as a Maven dependency,
it is not published to Maven Central, but to [Github releases](https://github.com/spiffe/java-spiffe/releases/tag/v0.6.2), for both
[Linux](https://github.com/spiffe/java-spiffe/releases/download/v0.6.2/java-spiffe-helper-0.6.2-linux-x86_64.jar) and
[MacOS](https://github.com/spiffe/java-spiffe/releases/download/v0.6.2/java-spiffe-helper-0.6.2-osx-x86_64.jar) versions.
### Build the JARs ### Build the JARs
On Linux or MacOS, run: On Linux or MacOS, run: