License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jexl |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons JEXL
The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-jexl-2.1.1.pom | |
commons-jexl-2.1.1.jar | 261 KB |
commons-jexl-2.1.1-tests.jar | 141 KB |
commons-jexl-2.1.1-sources.jar | 215 KB |
commons-jexl-2.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jexl/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jexl/
implementation 'org.apache.commons:commons-jexl:2.1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jexl/
implementation ("org.apache.commons:commons-jexl:2.1.1")
'org.apache.commons:commons-jexl:jar:2.1.1'
<dependency org="org.apache.commons" name="commons-jexl" rev="2.1.1">
<artifact name="commons-jexl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jexl', version='2.1.1')
)
libraryDependencies += "org.apache.commons" % "commons-jexl" % "2.1.1"
[org.apache.commons/commons-jexl "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.bsf : bsf-api | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |