MVN

de.adrodoc55.mpl : mpl-compiler

Maven & Gradle

Sep 18, 2017
1 usages
18 stars

Minecraft Programming Language (MPL) · MPL is a language that makes it easier to write applications for Minecraft 1.9 or higher. The final result of compiling an MPL application are command blocks that can be imported into your world in various ways. MPL comes with it's own editor that supports syntax- and error-highlighting and has a built in compiler.

<dependency>
    <groupId>de.adrodoc55.mpl</groupId>
    <artifactId>mpl-compiler</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.adrodoc55.mpl : mpl-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of de.adrodoc55.mpl : mpl-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
mpl-compiler-1.3.2
mpl-compiler-1.3.1
mpl-compiler-1.3.0
1.2.x
mpl-compiler-1.2.1
mpl-compiler-1.2.0
1.1.x
mpl-compiler-1.1.0
1.0.x
mpl-compiler-1.0.1
mpl-compiler-1.0.0
0.11.x
mpl-compiler-0.11.0
0.10.x
mpl-compiler-0.10.1
mpl-compiler-0.10.0

How to add a dependency to Maven

Add the following de.adrodoc55.mpl : mpl-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.adrodoc55.mpl</groupId>
    <artifactId>mpl-compiler</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.adrodoc55.mpl : mpl-compiler gradle dependency to your build.gradle file:

implementation 'de.adrodoc55.mpl:mpl-compiler:1.3.2'

Gradle Kotlin DSL: Add the following de.adrodoc55.mpl : mpl-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("de.adrodoc55.mpl:mpl-compiler:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.adrodoc55.mpl : mpl-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "de.adrodoc55.mpl" % "mpl-compiler" % "1.3.2"

Advertisement

Dependencies from Group

Sep 18, 2017
1 usages
18 stars
Sep 19, 2017
18 stars

Discover Dependencies

ice
Mar 24, 2023
17 usages
1.9k stars
May 23, 2016
1 usages
May 25, 2016
104 stars
Sep 22, 2016
4 stars
May 28, 2016
3 usages
7 stars
Oct 19, 2018
2 usages
47 stars
Jul 31, 2019
745 stars
Apr 07, 2018