GuicyBukkit
A library to use Guice with Bukkit/Spigot, with simplicity in mind.
GuicyBukkit allows you to add listeners and commands to your plugin with Guice. And that's pretty much it.
License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.github.jeuxjeux20 |
ArtifactId | ArtifactIdguicy-bukkit |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuicyBukkit
A library to use Guice with Bukkit/Spigot, with simplicity in mind.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guicy-bukkit-1.1.3.pom | |
guicy-bukkit-1.1.3.jar | 11 KB |
guicy-bukkit-1.1.3-sources.jar | 11 KB |
guicy-bukkit-1.1.3-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jeuxjeux20/guicy-bukkit/ -->
<dependency>
<groupId>com.github.jeuxjeux20</groupId>
<artifactId>guicy-bukkit</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeuxjeux20/guicy-bukkit/
implementation 'com.github.jeuxjeux20:guicy-bukkit:1.1.3'
// https://jarcasting.com/artifacts/com.github.jeuxjeux20/guicy-bukkit/
implementation ("com.github.jeuxjeux20:guicy-bukkit:1.1.3")
'com.github.jeuxjeux20:guicy-bukkit:jar:1.1.3'
<dependency org="com.github.jeuxjeux20" name="guicy-bukkit" rev="1.1.3">
<artifact name="guicy-bukkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeuxjeux20', module='guicy-bukkit', version='1.1.3')
)
libraryDependencies += "com.github.jeuxjeux20" % "guicy-bukkit" % "1.1.3"
[com.github.jeuxjeux20/guicy-bukkit "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.spigotmc » spigot-api | jar | 1.15.2-R0.1-SNAPSHOT |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
com.github.seeseemelk : MockBukkit-v1.14 | jar | 0.2.1 |
org.hamcrest : hamcrest-library | jar | 2.2 |
org.mockito : mockito-core | jar | 3.3.3 |
A library to use Guice with Bukkit/Spigot, with simplicity in mind.
GuicyBukkit allows you to add listeners and commands to your plugin with Guice. And that's pretty much it.