MVN

io.opencubes : boxlin

Maven & Gradle

Aug 10, 2020
4 stars

Boxlin · A language provider for Minecraft Forge. This provider will load Kotlin based mods.

<dependency>
    <groupId>io.opencubes</groupId>
    <artifactId>boxlin</artifactId>
    <version>3.2.0-1.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opencubes : boxlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-1.14.4

All Versions

Choose a version of io.opencubes : boxlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
boxlin-3.2.0-1.14.4
boxlin-3.2.0-1.15.2
3.1.x
boxlin-3.1.0-1.15.2
boxlin-3.1.0-1.14.4
3.0.x
boxlin-3.0.1
boxlin-3.0.0
boxlin
boxlin-boxlin
pom.xml
boxlin-pom.xml

How to add a dependency to Maven

Add the following io.opencubes : boxlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opencubes</groupId>
    <artifactId>boxlin</artifactId>
    <version>3.2.0-1.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opencubes : boxlin gradle dependency to your build.gradle file:

implementation 'io.opencubes:boxlin:3.2.0-1.14.4'

Gradle Kotlin DSL: Add the following io.opencubes : boxlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opencubes:boxlin:3.2.0-1.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opencubes : boxlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opencubes" % "boxlin" % "3.2.0-1.14.4"

Advertisement