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