How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.nuls</groupId>
<artifactId>tools-module</artifactId>
<version>tools</version>
</dependency>
Choose a version of io.nuls : tools-module to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
tools-module-0.9.11
|
||
tools |
tools-module-tools
|
||
cache |
tools-module-cache
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.nuls</groupId>
<artifactId>tools-module</artifactId>
<version>tools</version>
</dependency>
Advertisement