MVN

com.github.abrarsyed.gmcp : GMCP

Maven & Gradle

Nov 15, 2013
23 stars

GMCP · Groovy Minecraft Coder Pack

<dependency>
    <groupId>com.github.abrarsyed.gmcp</groupId>
    <artifactId>GMCP</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.abrarsyed.gmcp : GMCP to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of com.github.abrarsyed.gmcp : GMCP to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
GMCP-0.8.8
GMCP-0.8.7
GMCP-0.8.6
GMCP-0.8.5
GMCP-0.8.4
GMCP-0.8.3
GMCP-0.8.2
GMCP-0.8.1
0.8
GMCP-0.8
0.7.x
GMCP-0.7.3
GMCP-0.7.2
GMCP-0.7.1
0.7
GMCP-0.7
0.6.x
GMCP-0.6.2
GMCP-0.6.1
0.6
GMCP-0.6
0.5
GMCP-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.abrarsyed.gmcp</groupId>
    <artifactId>GMCP</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.abrarsyed.gmcp : GMCP gradle dependency to your build.gradle file:

implementation 'com.github.abrarsyed.gmcp:GMCP:0.8.8'

Gradle Kotlin DSL: Add the following com.github.abrarsyed.gmcp : GMCP gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.abrarsyed.gmcp:GMCP:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.abrarsyed.gmcp : GMCP sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.abrarsyed.gmcp" % "GMCP" % "0.8.8"