How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>online.inote</groupId>
<artifactId>naruto</artifactId>
<version>0.0.10-RELEASE</version>
</dependency>
Choose a version of online.inote : naruto to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
naruto-0.0.10-RELEASE
|
||
naruto-0.0.9-RELEASE
|
|||
naruto-0.0.6-RELEASE
|
|||
naruto-0.0.5-RELEASE
|
|||
naruto-0.0.4-RELEASE
|
|||
naruto-0.0.3-RELEASE
|
|||
naruto-0.0.2-RELEASE
|
|||
naruto-0.0.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>online.inote</groupId>
<artifactId>naruto</artifactId>
<version>0.0.10-RELEASE</version>
</dependency>
Advertisement