License |
License |
---|---|
GroupId | GroupIdcom.github.shynixn.mccoroutine |
ArtifactId | ArtifactIdmccoroutine-bungeecord-sample |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionMCCoroutine
MCCoroutine is a library, which adds extensive support for Kotlin Coroutines for Minecraft Server environments.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-bungeecord-sample/ -->
<dependency>
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-bungeecord-sample</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-bungeecord-sample/
implementation 'com.github.shynixn.mccoroutine:mccoroutine-bungeecord-sample:2.0.1'
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-bungeecord-sample/
implementation ("com.github.shynixn.mccoroutine:mccoroutine-bungeecord-sample:2.0.1")
'com.github.shynixn.mccoroutine:mccoroutine-bungeecord-sample:jar:2.0.1'
<dependency org="com.github.shynixn.mccoroutine" name="mccoroutine-bungeecord-sample" rev="2.0.1">
<artifact name="mccoroutine-bungeecord-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.mccoroutine', module='mccoroutine-bungeecord-sample', version='2.0.1')
)
libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-bungeecord-sample" % "2.0.1"
[com.github.shynixn.mccoroutine/mccoroutine-bungeecord-sample "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.shynixn.mccoroutine : mccoroutine-bungeecord-api | jar | 2.0.1 |
com.github.shynixn.mccoroutine : mccoroutine-bungeecord-core | jar | 2.0.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.9 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.3.9 |