License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdcommons-jexl |
Last Version | Last Version1.1-hudson-20090508 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons JEXL
Jexl is an implementation of the JSTL Expression Language with extensions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-jexl-1.1-hudson-20090508.pom | |
commons-jexl-1.1-hudson-20090508.jar | 137 KB |
commons-jexl-1.1-hudson-20090508-sources.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.1-hudson-20090508</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/
implementation 'org.jvnet.hudson:commons-jexl:1.1-hudson-20090508'
// https://jarcasting.com/artifacts/org.jvnet.hudson/commons-jexl/
implementation ("org.jvnet.hudson:commons-jexl:1.1-hudson-20090508")
'org.jvnet.hudson:commons-jexl:jar:1.1-hudson-20090508'
<dependency org="org.jvnet.hudson" name="commons-jexl" rev="1.1-hudson-20090508">
<artifact name="commons-jexl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='commons-jexl', version='1.1-hudson-20090508')
)
libraryDependencies += "org.jvnet.hudson" % "commons-jexl" % "1.1-hudson-20090508"
[org.jvnet.hudson/commons-jexl "1.1-hudson-20090508"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0.3 |
junit : junit Optional | jar | 3.8.1 |