c

commons-jexl

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