How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>runtime-tomcat</artifactId>
<version>2.0.1</version>
</dependency>
Choose a version of org.codehaus.fabric3 : runtime-tomcat to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
runtime-tomcat-2.0.1
|
||
runtime-tomcat-2.0.0
|
|||
1.9.x |
runtime-tomcat-1.9.6
|
||
runtime-tomcat-1.9.5
|
|||
1.9 |
runtime-tomcat-1.9
|
||
1.8.x |
runtime-tomcat-1.8.1
|
||
1.8 |
runtime-tomcat-1.8
|
||
1.7 |
runtime-tomcat-1.7
|
||
1.6 |
runtime-tomcat-1.6
|
||
1.5 |
runtime-tomcat-1.5
|
||
1.4 |
runtime-tomcat-1.4
|
||
1.3 |
runtime-tomcat-1.3
|
||
1.2 |
runtime-tomcat-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>runtime-tomcat</artifactId>
<version>2.0.1</version>
</dependency>
Advertisement