m

mql

An interpreter and JIT compiler for a subset of Molang
https://github.com/hollow-cube/mql
MIT
Matt Worzala
Files download
File Operation
mql-1.0.1.jar download
mql-1.0.1.pom download
mql-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.hollowcube</groupId>
  <artifactId>mql</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'dev.hollowcube:mql:1.0.1'
Gradle Kotlin
implementation("dev.hollowcube:mql:1.0.1")
Scala SBT
libraryDependencies += "dev.hollowcube" % "mql" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.hollowcube', module='mql', version='1.0.1')
)
Apache Ivy
<dependency org="dev.hollowcube" name="mql" rev="1.0.1" />
Leiningen
[dev.hollowcube/mql "1.0.1"]
Apache Buildr
'dev.hollowcube:mql:jar:1.0.1'