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