Files download
File Operation
commons-jexl-1.1-hudson-20090508.jar download
commons-jexl-1.1-hudson-20090508.pom download
commons-jexl-1.1-hudson-20090508-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>commons-jexl</artifactId>
  <version>1.1-hudson-20090508</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson:commons-jexl:1.1-hudson-20090508'
Gradle Kotlin
implementation("org.jvnet.hudson:commons-jexl:1.1-hudson-20090508")
Scala SBT
libraryDependencies += "org.jvnet.hudson" % "commons-jexl" % "1.1-hudson-20090508"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson', module='commons-jexl', version='1.1-hudson-20090508')
)
Apache Ivy
<dependency org="org.jvnet.hudson" name="commons-jexl" rev="1.1-hudson-20090508" />
Leiningen
[org.jvnet.hudson/commons-jexl "1.1-hudson-20090508"]
Apache Buildr
'org.jvnet.hudson:commons-jexl:jar:1.1-hudson-20090508'