MVN

com.intellij : javac2

Maven & Gradle

Nov 06, 2006
4 usages

Jetbrains Ant Javac2 task for IDEA UI Designer

<dependency>
    <groupId>com.intellij</groupId>
    <artifactId>javac2</artifactId>
    <version>5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intellij : javac2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.3

All Versions

Choose a version of com.intellij : javac2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
javac2-7.0.3
6.0.x
javac2-6.0.5
javac2-6.0.3
5.1
javac2-5.1

How to add a dependency to Maven

Add the following com.intellij : javac2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intellij</groupId>
    <artifactId>javac2</artifactId>
    <version>5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intellij : javac2 gradle dependency to your build.gradle file:

implementation 'com.intellij:javac2:5.1'

Gradle Kotlin DSL: Add the following com.intellij : javac2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intellij:javac2:5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intellij : javac2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intellij" % "javac2" % "5.1"

Advertisement

Dependencies from Group

Feb 24, 2013
361 usages
16.5k stars
Jul 20, 2008
22 usages
Jul 20, 2008
14 usages
Jul 20, 2008
6 usages
Nov 06, 2006
4 usages

Discover Dependencies

Apr 19, 2010
1 usages
Apr 29, 2014
31 stars
Feb 19, 2015
5 stars
Oct 24, 2007
2 usages
Dec 05, 2014
46 usages
90 stars
Sep 20, 2005