is not current version
Last Version 1.0.2

com.github.overmighty:croissant 1.0.1

Lightweight yet useful library for Bukkit/Spigot/Paper plugins.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.overmighty
ArtifactId

ArtifactId

croissant
Version

Version

1.0.1
Type

Type

jar

Download croissant 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.overmighty/croissant/ -->
<dependency>
    <groupId>com.github.overmighty</groupId>
    <artifactId>croissant</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation 'com.github.overmighty:croissant:1.0.1'
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation ("com.github.overmighty:croissant:1.0.1")
'com.github.overmighty:croissant:jar:1.0.1'
<dependency org="com.github.overmighty" name="croissant" rev="1.0.1">
  <artifact name="croissant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.overmighty', module='croissant', version='1.0.1')
)
libraryDependencies += "com.github.overmighty" % "croissant" % "1.0.1"
[com.github.overmighty/croissant "1.0.1"]