QLExpress

QLExpress

QLExpress is a powerful, lightweight, dynamic language for the Java platform aimed at improving developers’ productivity in different business scenes.
https://github.com/alibaba/QLExpress
Apache 2
Alibaba Group
tianqiao baoxingjie qianghui
Files download
File Operation
QLExpress-3.3.2.jar download
QLExpress-3.3.2.pom download
QLExpress-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>QLExpress</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:QLExpress:3.3.2'
Gradle Kotlin
implementation("com.alibaba:QLExpress:3.3.2")
Scala SBT
libraryDependencies += "com.alibaba" % "QLExpress" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='QLExpress', version='3.3.2')
)
Apache Ivy
<dependency org="com.alibaba" name="QLExpress" rev="3.3.2" />
Leiningen
[com.alibaba/QLExpress "3.3.2"]
Apache Buildr
'com.alibaba:QLExpress:jar:3.3.2'