MVN

org.eclipse.tycho : tycho-artifactcomparator

Maven & Gradle

Aug 21, 2023
5 usages
150 stars

Tycho Artifactor Comparator Plugin

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

Latest Version

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

  • Latest Stable: 4.0.2

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement