How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.leopard</groupId>
<artifactId>top4j</artifactId>
<version>top4j-method</version>
</dependency>
Choose a version of io.leopard : top4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
top4j |
top4j-top4j-method
|
||
top4j-top4j
|
|||
0.0.x |
top4j-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.leopard</groupId>
<artifactId>top4j</artifactId>
<version>top4j-method</version>
</dependency>
Advertisement