s

spigot-common

A set of common utilities and fast developing for spigot.
https://github.com/uinnn/spigot-common
MIT Licenses
Uin Carrara
Files download
File Operation
spigot-common-1.0.2.jar download
spigot-common-1.0.2.pom download
spigot-common-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.uinnn</groupId>
  <artifactId>spigot-common</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.uinnn:spigot-common:1.0.2'
Gradle Kotlin
implementation("io.github.uinnn:spigot-common:1.0.2")
Scala SBT
libraryDependencies += "io.github.uinnn" % "spigot-common" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.uinnn', module='spigot-common', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.uinnn" name="spigot-common" rev="1.0.2" />
Leiningen
[io.github.uinnn/spigot-common "1.0.2"]
Apache Buildr
'io.github.uinnn:spigot-common:jar:1.0.2'