How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-release</artifactId>
<version>0.11.1</version>
</dependency>
Choose a version of org.sonatype.tycho : tycho-release to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.11.x |
tycho-release-0.11.1
|
||
tycho-release-0.11.0
|
|||
0.10.x |
tycho-release-0.10.0
|
||
0.9.x |
tycho-release-0.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-release</artifactId>
<version>0.11.1</version>
</dependency>
Advertisement