MVN

org.eclipse.tycho : tycho-p2

Maven & Gradle

Aug 21, 2023
150 stars

Tycho P2 Support

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

Latest Version

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

  • Latest Stable: 4.0.2

All Versions

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

Version Vulnerabilities Updated
4.0.x
tycho-p2-4.0.2
tycho-p2-4.0.1
tycho-p2-4.0.0
3.0.x
tycho-p2-3.0.5
tycho-p2-3.0.4
tycho-p2-3.0.3
tycho-p2-3.0.2
tycho-p2-3.0.1
tycho-p2-3.0.0
2.7.x
tycho-p2-2.7.5
tycho-p2-2.7.4
tycho-p2-2.7.3
tycho-p2-2.7.2
tycho-p2-2.7.1
tycho-p2-2.7.0
2.6.x
tycho-p2-2.6.0
2.5.x
tycho-p2-2.5.0
2.4.x
tycho-p2-2.4.0
2.3.x
tycho-p2-2.3.0
2.2.x
tycho-p2-2.2.0
2.1.x
tycho-p2-2.1.0
2.0.x
tycho-p2-2.0.0
1.7.x
tycho-p2-1.7.0
1.6.x
tycho-p2-1.6.0
1.5.x
tycho-p2-1.5.1
tycho-p2-1.5.0
1.4.x
tycho-p2-1.4.0
1.3.x
tycho-p2-1.3.0
1.2.x
tycho-p2-1.2.0
1.1.x
tycho-p2-1.1.0
1.0.x
tycho-p2-1.0.0
0.26.x
tycho-p2-0.26.0
0.25.x
tycho-p2-0.25.0
0.24.x
tycho-p2-0.24.0
0.23.x
tycho-p2-0.23.1
tycho-p2-0.23.0
0.22.x
tycho-p2-0.22.0
0.21.x
tycho-p2-0.21.0
0.20.x
tycho-p2-0.20.0
0.19.x
tycho-p2-0.19.0
0.18.x
tycho-p2-0.18.1
tycho-p2-0.18.0
0.17.x
tycho-p2-0.17.0
0.16.x
tycho-p2-0.16.0
0.15.x
tycho-p2-0.15.0
0.14.x
tycho-p2-0.14.1
tycho-p2-0.14.0
0.13.x
tycho-p2-0.13.0
0.12.x
tycho-p2-0.12.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement