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