MVN

io.takari.tycho : tycho-support

Maven & Gradle

May 06, 2016

Tycho Base · This POM serves as the base of a Tycho project which has plugins, tests, and deployable features. Everything that is required is provided and parameterized by specifying properties in the host POM.

<dependency>
    <groupId>io.takari.tycho</groupId>
    <artifactId>tycho-support</artifactId>
    <version>0.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.takari.tycho : tycho-support to add to Maven - Latest Versions:

  • Latest Stable: 0.17.0

All Versions

Choose a version of io.takari.tycho : tycho-support to add to Maven - All 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

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>

Advertisement