How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-parent</artifactId>
<version>0.14.0</version>
</dependency>
Choose a version of org.apache.twill : twill-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
twill-parent-0.14.0
|
||
0.13.x |
twill-parent-0.13.0
|
||
0.12.x |
twill-parent-0.12.1
|
||
twill-parent-0.12.0
|
|||
0.11.x |
twill-parent-0.11.0
|
||
0.10.x |
twill-parent-0.10.0
|
||
0.9.x |
twill-parent-0.9.0
|
||
0.8.x |
twill-parent-0.8.0
|
||
0.7.x |
twill-parent-0.7.0-incubating
|
||
0.6.x |
twill-parent-0.6.0-incubating
|
||
0.5.x |
twill-parent-0.5.0-incubating
|
||
0.4.x |
twill-parent-0.4.1-incubating
|
||
twill-parent-0.4.0-incubating
|
|||
0.3.x |
twill-parent-0.3.0-incubating
|
||
0.2.x |
twill-parent-0.2.0-incubating
|
||
0.1.x |
twill-parent-0.1.0-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-parent</artifactId>
<version>0.14.0</version>
</dependency>
Advertisement