is not current version
Last Version 2.2.0

com.github.shynixn.mccoroutine:mccoroutine-sponge-api 2.0.0

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

GroupId

GroupId

com.github.shynixn.mccoroutine
ArtifactId

ArtifactId

mccoroutine-sponge-api
Version

Version

2.0.0
Type

Type

jar

Download mccoroutine-sponge-api 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/ -->
<dependency>
    <groupId>com.github.shynixn.mccoroutine</groupId>
    <artifactId>mccoroutine-sponge-api</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/
implementation 'com.github.shynixn.mccoroutine:mccoroutine-sponge-api:2.0.0'
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/
implementation ("com.github.shynixn.mccoroutine:mccoroutine-sponge-api:2.0.0")
'com.github.shynixn.mccoroutine:mccoroutine-sponge-api:jar:2.0.0'
<dependency org="com.github.shynixn.mccoroutine" name="mccoroutine-sponge-api" rev="2.0.0">
  <artifact name="mccoroutine-sponge-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.mccoroutine', module='mccoroutine-sponge-api', version='2.0.0')
)
libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-sponge-api" % "2.0.0"
[com.github.shynixn.mccoroutine/mccoroutine-sponge-api "2.0.0"]