Последняя версия

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.

Лицензия

Лицензия

Группа

Группа

org.apache.commons
Идентификатор

Идентификатор

commons-jci
Версия

Версия

1.1
Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://commons.apache.org/proper/commons-jci/
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать commons-jci 1.1

Имя Файла Размер
commons-jci-1.1.pom 12 KB
Обзор

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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