How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.clearwsd</groupId>
<artifactId>clearwsd</artifactId>
<version>0.12.1</version>
</dependency>
Choose a version of io.github.clearwsd : clearwsd to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.12.x |
clearwsd-0.12.1
|
||
clearwsd-0.12.0
|
|||
0.10.x |
clearwsd-0.10.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.clearwsd</groupId>
<artifactId>clearwsd</artifactId>
<version>0.12.1</version>
</dependency>
Advertisement