MVN

dev.hollowcube : mql

Maven & Gradle

Feb 29, 2024
3 stars

mql · An interpreter and JIT compiler for a subset of Molang

<dependency>
    <groupId>dev.hollowcube</groupId>
    <artifactId>mql</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hollowcube : mql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of dev.hollowcube : mql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mql-1.0.1

How to add a dependency to Maven

Add the following dev.hollowcube : mql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hollowcube</groupId>
    <artifactId>mql</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hollowcube : mql gradle dependency to your build.gradle file:

implementation 'dev.hollowcube:mql:1.0.1'

Gradle Kotlin DSL: Add the following dev.hollowcube : mql gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hollowcube:mql:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hollowcube : mql sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hollowcube" % "mql" % "1.0.1"