| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.overmighty |
| ArtifactId | ArtifactIdcroissant |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCroissant
Lightweight yet useful library for Bukkit/Spigot/Paper plugins.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| croissant-1.0.2.pom | |
| croissant-1.0.2.jar | 29 KB |
| croissant-1.0.2-sources.jar | 24 KB |
| croissant-1.0.2-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.overmighty/croissant/ -->
<dependency>
<groupId>com.github.overmighty</groupId>
<artifactId>croissant</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation 'com.github.overmighty:croissant:1.0.2'
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation ("com.github.overmighty:croissant:1.0.2")
'com.github.overmighty:croissant:jar:1.0.2'
<dependency org="com.github.overmighty" name="croissant" rev="1.0.2">
<artifact name="croissant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.overmighty', module='croissant', version='1.0.2')
)
libraryDependencies += "com.github.overmighty" % "croissant" % "1.0.2"
[com.github.overmighty/croissant "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.destroystokyo.paper » paper-api | jar | 1.15.1-R0.1-SNAPSHOT |