License |
License |
---|---|
GroupId | GroupIdcom.github.shynixn.mccoroutine |
ArtifactId | ArtifactIdmccoroutine-bungeecord-core |
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-core/ -->
<dependency>
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-bungeecord-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-bungeecord-core/
implementation 'com.github.shynixn.mccoroutine:mccoroutine-bungeecord-core:2.0.1'
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-bungeecord-core/
implementation ("com.github.shynixn.mccoroutine:mccoroutine-bungeecord-core:2.0.1")
'com.github.shynixn.mccoroutine:mccoroutine-bungeecord-core:jar:2.0.1'
<dependency org="com.github.shynixn.mccoroutine" name="mccoroutine-bungeecord-core" rev="2.0.1">
<artifact name="mccoroutine-bungeecord-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.mccoroutine', module='mccoroutine-bungeecord-core', version='2.0.1')
)
libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-bungeecord-core" % "2.0.1"
[com.github.shynixn.mccoroutine/mccoroutine-bungeecord-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.shynixn.mccoroutine : mccoroutine-bungeecord-api | jar | 2.0.1 |