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