GroupId | GroupIdcom.github.shynixn.mccoroutine |
---|---|
ArtifactId | ArtifactIdmccoroutine-sponge-sample |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-sample/ -->
<dependency>
<groupId>com.github.shynixn.mccoroutine</groupId>
<artifactId>mccoroutine-sponge-sample</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-sample/
implementation 'com.github.shynixn.mccoroutine:mccoroutine-sponge-sample:1.1.2'
// https://jarcasting.com/artifacts/com.github.shynixn.mccoroutine/mccoroutine-sponge-sample/
implementation ("com.github.shynixn.mccoroutine:mccoroutine-sponge-sample:1.1.2")
'com.github.shynixn.mccoroutine:mccoroutine-sponge-sample:jar:1.1.2'
<dependency org="com.github.shynixn.mccoroutine" name="mccoroutine-sponge-sample" rev="1.1.2">
<artifact name="mccoroutine-sponge-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.mccoroutine', module='mccoroutine-sponge-sample', version='1.1.2')
)
libraryDependencies += "com.github.shynixn.mccoroutine" % "mccoroutine-sponge-sample" % "1.1.2"
[com.github.shynixn.mccoroutine/mccoroutine-sponge-sample "1.1.2"]