How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-host-mvc</artifactId>
<version>1.4.1</version>
</dependency>
Choose a version of org.nofdev : service-host-mvc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
service-host-mvc-1.4.1
|
||
service-host-mvc-1.4.0
|
|||
1.2.x |
service-host-mvc-1.2.0
|
||
1.1.x |
service-host-mvc-1.1.1
|
||
service-host-mvc-1.1.0
|
|||
1.0.x |
service-host-mvc-1.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-host-mvc</artifactId>
<version>1.4.1</version>
</dependency>
Advertisement