GroupId | GroupIdcom.github.seeseemelk |
---|---|
ArtifactId | ArtifactIdMockBukkit-v1.13-spigot |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.13-spigot/ -->
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.13-spigot</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.13-spigot/
implementation 'com.github.seeseemelk:MockBukkit-v1.13-spigot:0.1.1'
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.13-spigot/
implementation ("com.github.seeseemelk:MockBukkit-v1.13-spigot:0.1.1")
'com.github.seeseemelk:MockBukkit-v1.13-spigot:jar:0.1.1'
<dependency org="com.github.seeseemelk" name="MockBukkit-v1.13-spigot" rev="0.1.1">
<artifact name="MockBukkit-v1.13-spigot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seeseemelk', module='MockBukkit-v1.13-spigot', version='0.1.1')
)
libraryDependencies += "com.github.seeseemelk" % "MockBukkit-v1.13-spigot" % "0.1.1"
[com.github.seeseemelk/MockBukkit-v1.13-spigot "0.1.1"]