Skip to content

Commit 0c217b9

Browse files
committed
#35 Add dependency information to readme
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent c8950ff commit 0c217b9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ SPDX-License-Identifier: Apache-2.0
88

99
Java Client to interact with the DefectDojo API.
1010

11+
## Dependency Information
12+
13+
You can find the latest version on [Maven Central](https://central.sonatype.com/artifact/io.securecodebox/defectdojo-client/).
14+
15+
### Maven
16+
17+
```xml
18+
<dependency>
19+
<groupId>io.securecodebox</groupId>
20+
<artifactId>defectdojo-client</artifactId>
21+
<version>1.0.0.-beta2</version>
22+
</dependency>
23+
```
24+
25+
### Gradle
26+
27+
```groovy
28+
implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.0.-beta2'
29+
```
30+
1131
## Supported DefectDojo Versions
1232

1333
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.

0 commit comments

Comments
 (0)