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