is not current version
Last Version 1.1-hudson-20090508

org.jvnet.hudson:commons-jexl 1.1-hudson-20080725

Jexl is an implementation of the JSTL Expression Language with extensions.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

commons-jexl
Version

Version

1.1-hudson-20080725
Type

Type

jar

Download commons-jexl 1.1-hudson-20080725


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