is not current version
Last Version 3.2.1

org.apache.commons:commons-jexl3 3.0

The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-jexl3
Version

Version

3.0
Type

Type

jar

Download commons-jexl3 3.0


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