文件下载
文件名 操作
commons-jexl-1.1.jar 下载
commons-jexl-1.1.pom 下载
Apache Maven
<dependency>
  <groupId>commons-jexl</groupId>
  <artifactId>commons-jexl</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'commons-jexl:commons-jexl:1.1'
Gradle Kotlin
implementation("commons-jexl:commons-jexl:1.1")
Scala SBT
libraryDependencies += "commons-jexl" % "commons-jexl" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='commons-jexl', module='commons-jexl', version='1.1')
)
Apache Ivy
<dependency org="commons-jexl" name="commons-jexl" rev="1.1" />
Leiningen
[commons-jexl/commons-jexl "1.1"]
Apache Buildr
'commons-jexl:commons-jexl:jar:1.1'