QLExpress4

QLExpress4

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
QLExpress4-4.0.0-beta.jar download
QLExpress4-4.0.0-beta.pom download
QLExpress4-4.0.0-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>QLExpress4</artifactId>
  <version>4.0.0-beta</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:QLExpress4:4.0.0-beta'
Gradle Kotlin
implementation("com.alibaba:QLExpress4:4.0.0-beta")
Scala SBT
libraryDependencies += "com.alibaba" % "QLExpress4" % "4.0.0-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='QLExpress4', version='4.0.0-beta')
)
Apache Ivy
<dependency org="com.alibaba" name="QLExpress4" rev="4.0.0-beta" />
Leiningen
[com.alibaba/QLExpress4 "4.0.0-beta"]
Apache Buildr
'com.alibaba:QLExpress4:jar:4.0.0-beta'