License |
License |
---|---|
GroupId | GroupIdcom.github.seeseemelk |
ArtifactId | ArtifactIdMockBukkit-v1.15 |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockBukkit-v1.15
MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.
|
Project URL |
Project URL |
Filename | Size |
---|---|
MockBukkit-v1.15-0.3.0.pom | |
MockBukkit-v1.15-0.3.0.jar | 136 KB |
MockBukkit-v1.15-0.3.0-sources.jar | 74 KB |
MockBukkit-v1.15-0.3.0-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.15/ -->
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.15</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.15/
implementation 'com.github.seeseemelk:MockBukkit-v1.15:0.3.0'
// https://jarcasting.com/artifacts/com.github.seeseemelk/MockBukkit-v1.15/
implementation ("com.github.seeseemelk:MockBukkit-v1.15:0.3.0")
'com.github.seeseemelk:MockBukkit-v1.15:jar:0.3.0'
<dependency org="com.github.seeseemelk" name="MockBukkit-v1.15" rev="0.3.0">
<artifact name="MockBukkit-v1.15" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seeseemelk', module='MockBukkit-v1.15', version='0.3.0')
)
libraryDependencies += "com.github.seeseemelk" % "MockBukkit-v1.15" % "0.3.0"
[com.github.seeseemelk/MockBukkit-v1.15 "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bukkit » bukkit | jar | 1.15.2-R0.1-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.apache.commons : commons-io | jar | 1.3.2 |
org.jetbrains : annotations | jar | 19.0.0 |