MVN

org.eclipse.jdt.core.compiler : ecj

Maven & Gradle

Oct 07, 2016
359 usages

Eclipse ECJ · Eclipse JDT Core Batch Compiler

<dependency>
    <groupId>org.eclipse.jdt.core.compiler</groupId>
    <artifactId>ecj</artifactId>
    <version>4.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.jdt.core.compiler : ecj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.1

All Versions

Choose a version of org.eclipse.jdt.core.compiler : ecj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
ecj-4.6.1
4.5.x
ecj-4.5.1
4.5
ecj-4.5
4.4.x
ecj-4.4.2
ecj-4.4.1
4.4
ecj-4.4
4.3.x
ecj-4.3.1
4.2.x
ecj-4.2.2
ecj-4.2.1
3.7.x
ecj-3.7.2
ecj-3.7.1
3.7
ecj-3.7
3.5.x
ecj-3.5.1
ecj-3.5.0
3.3.x
ecj-3.3.1
P20140317
ecj-P20140317-1600

How to add a dependency to Maven

Add the following org.eclipse.jdt.core.compiler : ecj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.jdt.core.compiler</groupId>
    <artifactId>ecj</artifactId>
    <version>4.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.jdt.core.compiler : ecj gradle dependency to your build.gradle file:

implementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1'

Gradle Kotlin DSL: Add the following org.eclipse.jdt.core.compiler : ecj gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.jdt.core.compiler:ecj:4.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.jdt.core.compiler : ecj sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.jdt.core.compiler" % "ecj" % "4.6.1"

Advertisement