MVN

org.apache.commons : commons-jci

Maven & Gradle

Oct 09, 2013

Apache Commons JCI · Apache Commons JCI is a java compiler interface. It can be used to compile Java itself, or any other language that can be compiled to Java classes (e.g. groovy or javascript). It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers feature in-memory compilation.

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-jci</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.commons : commons-jci to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.apache.commons : commons-jci to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
commons-jci-1.1
1.0
commons-jci-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-jci</artifactId>
    <version>1.1</version>
</dependency>