MVN

org.sonatype.tycho : org.sonatype.tycho.p2.maven.repository

Maven & Gradle

Apr 17, 2011
2 usages

Tycho P2 Maven2 Repository Layout support

<dependency>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>org.sonatype.tycho.p2.maven.repository</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.1

All Versions

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

Version Vulnerabilities Updated
0.11.x
org.sonatype.tycho.p2.maven.repository-0.11.1
org.sonatype.tycho.p2.maven.repository-0.11.0
0.10.x
org.sonatype.tycho.p2.maven.repository-0.10.0
0.9.x
org.sonatype.tycho.p2.maven.repository-0.9.0
0.8.x
org.sonatype.tycho.p2.maven.repository-0.8.0
0.7.x
org.sonatype.tycho.p2.maven.repository-0.7.0
0.6.x
org.sonatype.tycho.p2.maven.repository-0.6.0
0.5.x
org.sonatype.tycho.p2.maven.repository-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>org.sonatype.tycho.p2.maven.repository</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.tycho : org.sonatype.tycho.p2.maven.repository gradle dependency to your build.gradle file:

implementation 'org.sonatype.tycho:org.sonatype.tycho.p2.maven.repository:0.11.1'

Gradle Kotlin DSL: Add the following org.sonatype.tycho : org.sonatype.tycho.p2.maven.repository gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.tycho:org.sonatype.tycho.p2.maven.repository:0.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.tycho : org.sonatype.tycho.p2.maven.repository sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.tycho" % "org.sonatype.tycho.p2.maven.repository" % "0.11.1"