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