MVN

io.tesla.tycho : tycho-support

Maven & Gradle

May 29, 2014

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.tesla.tycho</groupId>
    <artifactId>tycho-support</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.13

All Versions

Choose a version of io.tesla.tycho : tycho-support to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
tycho-support-0.0.13
tycho-support-0.0.12
tycho-support-0.0.11
tycho-support-0.0.10
tycho-support-0.0.9
tycho-support-0.0.8
tycho-support-0.0.7
tycho-support-0.0.6
tycho-support-0.0.5
tycho-support-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.tesla.tycho</groupId>
    <artifactId>tycho-support</artifactId>
    <version>0.0.13</version>
</dependency>