License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.adrodoc55.mpl |
ArtifactId | ArtifactIdmpl-ide |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMinecraft 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mpl-ide-1.3.2.pom | |
mpl-ide-1.3.2.jar | 229 KB |
mpl-ide-1.3.2-standalone.jar | 4 MB |
mpl-ide-1.3.2-sources.jar | 207 KB |
mpl-ide-1.3.2-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-ide/ -->
<dependency>
<groupId>de.adrodoc55.mpl</groupId>
<artifactId>mpl-ide</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-ide/
implementation 'de.adrodoc55.mpl:mpl-ide:1.3.2'
// https://jarcasting.com/artifacts/de.adrodoc55.mpl/mpl-ide/
implementation ("de.adrodoc55.mpl:mpl-ide:1.3.2")
'de.adrodoc55.mpl:mpl-ide:jar:1.3.2'
<dependency org="de.adrodoc55.mpl" name="mpl-ide" rev="1.3.2">
<artifact name="mpl-ide" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adrodoc55.mpl', module='mpl-ide', version='1.3.2')
)
libraryDependencies += "de.adrodoc55.mpl" % "mpl-ide" % "1.3.2"
[de.adrodoc55.mpl/mpl-ide "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
de.adrodoc55.mpl : mpl-compiler | jar | 1.3.2 |
org.beanfabrics : beanfabrics-swing | jar | 1.4.3 |
at.bestsolution.efxclipse.rt » org.eclipse.fx.code.editor.fx | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.5.2 |
junit : junit | jar | 4.12 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |