is not current version
Last Version 1.1-hudson-20090508

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

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-20090322
Type

Type

jar

Download commons-jexl 1.1-hudson-20090322


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