How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
Choose a version of io.github.wanggit : antrpc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
antrpc-3.0.0.RELEASE
|
||
2.0.x |
antrpc-2.0.2.RELEASE
|
||
antrpc-2.0.1.RELEASE
|
|||
antrpc-2.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
Advertisement