How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.howwrite</groupId>
<artifactId>mars-project</artifactId>
<version>1.5.RELEASE</version>
</dependency>
Choose a version of com.github.howwrite : mars-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
mars-project-1.5.RELEASE
|
||
1.4.x |
mars-project-1.4.RELEASE
|
||
1.3.x |
mars-project-1.3.RELEASE
|
||
1.1.x |
mars-project-1.1.RELEASE
|
||
1.0.x |
mars-project-1.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.howwrite</groupId>
<artifactId>mars-project</artifactId>
<version>1.5.RELEASE</version>
</dependency>
Advertisement