MVN

org.eclipse.tycho : tycho-targetplatform

Maven & Gradle

Aug 21, 2023

Tycho Target Platform · Contains the neccesary bits to handle target platform files.

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-targetplatform</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho : tycho-targetplatform to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.eclipse.tycho : tycho-targetplatform to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tycho-targetplatform-4.0.2
tycho-targetplatform-4.0.1
tycho-targetplatform-4.0.0

How to add a dependency to Maven

Add the following org.eclipse.tycho : tycho-targetplatform maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-targetplatform</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.tycho : tycho-targetplatform gradle dependency to your build.gradle file:

implementation 'org.eclipse.tycho:tycho-targetplatform:4.0.2'

Gradle Kotlin DSL: Add the following org.eclipse.tycho : tycho-targetplatform gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.tycho:tycho-targetplatform:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.tycho : tycho-targetplatform sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.tycho" % "tycho-targetplatform" % "4.0.2"