MVN

com.github.shynixn.mccoroutine : mccoroutine-minestom-api

Maven & Gradle

Aug 20, 2023
147 stars

MCCoroutine · MCCoroutine is a library, which adds extensive support for Kotlin Coroutines for Minecraft Server environments.

<dependency>
    <groupId>com.github.shynixn.mccoroutine</groupId>
    <artifactId>mccoroutine-minestom-api</artifactId>
    <version>2.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shynixn.mccoroutine : mccoroutine-minestom-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.0

All Versions

Choose a version of com.github.shynixn.mccoroutine : mccoroutine-minestom-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
mccoroutine-minestom-api-2.13.0
2.12.x
mccoroutine-minestom-api-2.12.1
mccoroutine-minestom-api-2.12.0
2.11.x
mccoroutine-minestom-api-2.11.0
2.10.x
mccoroutine-minestom-api-2.10.0

How to add a dependency to Maven

Add the following com.github.shynixn.mccoroutine : mccoroutine-minestom-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shynixn.mccoroutine</groupId>
    <artifactId>mccoroutine-minestom-api</artifactId>
    <version>2.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shynixn.mccoroutine : mccoroutine-minestom-api gradle dependency to your build.gradle file:

implementation 'com.github.shynixn.mccoroutine:mccoroutine-minestom-api:2.13.0'

Gradle Kotlin DSL: Add the following com.github.shynixn.mccoroutine : mccoroutine-minestom-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shynixn.mccoroutine:mccoroutine-minestom-api:2.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shynixn.mccoroutine : mccoroutine-minestom-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-minestom-api" % "2.13.0"