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