License |
License |
---|---|
GroupId | GroupIdcom.github.shynixn.mccoroutine |
ArtifactId | ArtifactIdmccoroutine-sponge-api |
Version | Version1.6.0 |
Type | Typejar |
Description |
DescriptionMCCoroutine
MCCoroutine bukkit api server extension to work with Kotlin Coroutines.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/ -->
<dependency>
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-sponge-api</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/
implementation 'com.github.shynixn.mccoroutine:mccoroutine-sponge-api:1.6.0'
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-api/
implementation ("com.github.shynixn.mccoroutine:mccoroutine-sponge-api:1.6.0")
'com.github.shynixn.mccoroutine:mccoroutine-sponge-api:jar:1.6.0'
<dependency org="com.github.shynixn.mccoroutine" name="mccoroutine-sponge-api" rev="1.6.0">
<artifact name="mccoroutine-sponge-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.mccoroutine', module='mccoroutine-sponge-api', version='1.6.0')
)
libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-sponge-api" % "1.6.0"
[com.github.shynixn.mccoroutine/mccoroutine-sponge-api "1.6.0"]