License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jexl3 |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-jexl3-3.2.1.pom | |
commons-jexl3-3.2.1.jar | 374 KB |
commons-jexl3-3.2.1-tests.jar | 227 KB |
commons-jexl3-3.2.1-sources.jar | 284 KB |
commons-jexl3-3.2.1-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |