| License |
License |
|---|---|
| GroupId | GroupIdio.github.charles-grozny |
| ArtifactId | ArtifactIdPluginLib |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPluginLib
Library for helping write Bukkit plugins.
|
| Filename | Size |
|---|---|
| PluginLib-1.1.0.pom | |
| PluginLib-1.1.0.jar | 9 KB |
| PluginLib-1.1.0-sources.jar | 5 KB |
| PluginLib-1.1.0-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.charles-grozny/PluginLib/ -->
<dependency>
<groupId>io.github.charles-grozny</groupId>
<artifactId>PluginLib</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.charles-grozny/PluginLib/
implementation 'io.github.charles-grozny:PluginLib:1.1.0'
// https://jarcasting.com/artifacts/io.github.charles-grozny/PluginLib/
implementation ("io.github.charles-grozny:PluginLib:1.1.0")
'io.github.charles-grozny:PluginLib:jar:1.1.0'
<dependency org="io.github.charles-grozny" name="PluginLib" rev="1.1.0">
<artifact name="PluginLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.charles-grozny', module='PluginLib', version='1.1.0')
)
libraryDependencies += "io.github.charles-grozny" % "PluginLib" % "1.1.0"
[io.github.charles-grozny/PluginLib "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.destroystokyo.paper » paper-api | jar | 1.12.2-R0.1-SNAPSHOT |