How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.takari.tycho</groupId>
<artifactId>tycho-support</artifactId>
<version>0.17.0</version>
</dependency>
Choose a version of io.takari.tycho : tycho-support to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
tycho-support-1.1.0
|
||
0.17.x |
tycho-support-0.17.0
|
||
0.16.x |
tycho-support-0.16.0
|
||
0.15.x |
tycho-support-0.15.0
|
||
0.14.x |
tycho-support-0.14.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.takari.tycho</groupId>
<artifactId>tycho-support</artifactId>
<version>0.17.0</version>
</dependency>
Advertisement