Last Version

Apache Commons JCI 1.1

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.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-jci
Version

Version

1.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://commons.apache.org/proper/commons-jci/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-jci 1.1

Filename Size
commons-jci-1.1.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jci/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-jci</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci/
implementation 'org.apache.commons:commons-jci:1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci/
implementation ("org.apache.commons:commons-jci:1.1")
'org.apache.commons:commons-jci:pom:1.1'
<dependency org="org.apache.commons" name="commons-jci" rev="1.1">
  <artifact name="commons-jci" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jci', version='1.1')
)
libraryDependencies += "org.apache.commons" % "commons-jci" % "1.1"
[org.apache.commons/commons-jci "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fam
  • core
  • compilers/eclipse
  • compilers/janino
  • compilers/groovy
  • compilers/rhino
  • examples