From a28c5e1b5f0a02bfb821641b732265b4440e6230 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Tue, 1 Aug 2023 15:12:41 +0200 Subject: [PATCH] #35 Add dependency information to readme Signed-off-by: Sven Strittmatter --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 210d5a4a..e0f58972 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,26 @@ SPDX-License-Identifier: Apache-2.0 Java Client to interact with the DefectDojo API. +## Dependency Information + +You can find the latest version on [Maven Central](https://central.sonatype.com/artifact/io.securecodebox/defectdojo-client/). + +### Maven + +```xml + + io.securecodebox + defectdojo-client + 1.0.0.-beta2 + +``` + +### Gradle + +```groovy +implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.0.-beta2' +``` + ## Supported DefectDojo Versions The client is supposed to be compatible with DefectDojo 1.10 and later, older version of DefectDojo might still work, but are not officially supported.