Apache Commons JEXL

JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.

Лицензия

Лицензия

Группа

Группа

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

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

commons-jexl3
Последняя версия

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

3.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache Commons JEXL
JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.
Ссылка на сайт

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

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

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

The Apache Software Foundation
Система контроля версий

Система контроля версий

https://gitbox.apache.org/repos/asf/commons-jexl.git

Скачать commons-jexl3

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
commons-logging : commons-logging jar 1.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

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

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.2.1
3.2
3.1
3.0