commons-jci-eclipse

commons-jci-eclipse

Commons JCI compiler implementation for the eclipse compiler.
Files download
File Operation
commons-jci-eclipse-1.0.jar download
commons-jci-eclipse-1.0.pom download
commons-jci-eclipse-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-jci-eclipse</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-jci-eclipse:1.0'
Gradle Kotlin
implementation("org.apache.commons:commons-jci-eclipse:1.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-jci-eclipse" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-jci-eclipse', version='1.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-jci-eclipse" rev="1.0" />
Leiningen
[org.apache.commons/commons-jci-eclipse "1.0"]
Apache Buildr
'org.apache.commons:commons-jci-eclipse:jar:1.0'