MVN

com.github.to2mbn : jmccc

Maven & Gradle

Feb 06, 2016
1 usages
95 stars

JMCCC · An open-source lightweight library for launching Minecraft.

<dependency>
    <groupId>com.github.to2mbn</groupId>
    <artifactId>jmccc</artifactId>
    <version>2.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.to2mbn : jmccc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.5

All Versions

Choose a version of com.github.to2mbn : jmccc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
jmccc-2.3.5
jmccc-2.3.4
jmccc-2.3.3
jmccc-2.3.2
jmccc-2.3.1
2.3
jmccc-2.3
2.2
jmccc-2.2
2.1.x
jmccc-2.1.3
jmccc-2.1.2
jmccc-2.1.1
2.1
jmccc-2.1
2.0
jmccc-2.0

How to add a dependency to Maven

Add the following com.github.to2mbn : jmccc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.to2mbn</groupId>
    <artifactId>jmccc</artifactId>
    <version>2.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.to2mbn : jmccc gradle dependency to your build.gradle file:

implementation 'com.github.to2mbn:jmccc:2.3.5'

Gradle Kotlin DSL: Add the following com.github.to2mbn : jmccc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.to2mbn:jmccc:2.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.to2mbn : jmccc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.to2mbn" % "jmccc" % "2.3.5"

Advertisement