How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-core-parent</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
Choose a version of com.nsoft.chiwava : chiwava-core-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
chiwava-core-parent-2.1.0.RC1
|
||
2.0.x |
chiwava-core-parent-2.0.0.RELEASE
|
||
chiwava-core-parent-2.0.0.RC3
|
|||
chiwava-core-parent-2.0.0.RC2
|
|||
chiwava-core-parent-2.0.0.RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>chiwava-core-parent</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
Advertisement