GuicyBukkit

A library to use Guice with Bukkit/Spigot, with simplicity in mind.

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.jeuxjeux20
ArtifactId

ArtifactId

guicy-bukkit
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

GuicyBukkit
A library to use Guice with Bukkit/Spigot, with simplicity in mind.
Project URL

Project URL

https://github.com/jeuxjeux20/guicy-bukkit
Source Code Management

Source Code Management

https://github.com/jeuxjeux20/guicy-bukkit

Download guicy-bukkit

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.inject : guice jar 4.2.3

provided (2)

Group / Artifact Type Version
org.spigotmc » spigot-api jar 1.15.2-R0.1-SNAPSHOT
com.google.code.findbugs : jsr305 jar 3.0.2

test (4)

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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0