How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.wildbot</groupId>
<artifactId>wildbot</artifactId>
<version>0.2.1-gamma</version>
</dependency>
Choose a version of ru.wildbot : wildbot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
wildbot-0.2.1-gamma
|
||
wildbot-0.2.0-gamma
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.wildbot</groupId>
<artifactId>wildbot</artifactId>
<version>0.2.1-gamma</version>
</dependency>
Advertisement