Last Version

Apache Commons JEXL 3.2.1

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

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-jexl3
Version

Version

3.2.1
Type

Type

jar
Description

Description

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

Project URL

https://commons.apache.org/proper/commons-jexl/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

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

Download commons-jexl3 3.2.1


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

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.