License |
License |
---|---|
GroupId | GroupIdcom.github.seeseemelk |
ArtifactId | ArtifactIdMockBukkit-v1.13-spigot |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockBukkit-v1.13-spigot
MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.13-spigot/
implementation 'com.github.seeseemelk:MockBukkit-v1.13-spigot:0.2.0'
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.13-spigot/
implementation ("com.github.seeseemelk:MockBukkit-v1.13-spigot:0.2.0")
'com.github.seeseemelk:MockBukkit-v1.13-spigot:jar:0.2.0'
<dependency org="com.github.seeseemelk" name="MockBukkit-v1.13-spigot" rev="0.2.0">
<artifact name="MockBukkit-v1.13-spigot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seeseemelk', module='MockBukkit-v1.13-spigot', version='0.2.0')
)
libraryDependencies += "com.github.seeseemelk" % "MockBukkit-v1.13-spigot" % "0.2.0"
[com.github.seeseemelk/MockBukkit-v1.13-spigot "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.13.2-R0.1-SNAPSHOT |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.apache.commons : commons-io | jar | 1.3.2 |