K

KekoUtil

A library that provides to write easy and clean code for Bukkit plugins.
https://github.com/KekoSeries/KekoUtil
Files download
File Operation
KekoUtil-2.0.jar download
KekoUtil-2.0.pom download
KekoUtil-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tr.com.infumia</groupId>
  <artifactId>KekoUtil</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'tr.com.infumia:KekoUtil:2.0'
Gradle Kotlin
implementation("tr.com.infumia:KekoUtil:2.0")
Scala SBT
libraryDependencies += "tr.com.infumia" % "KekoUtil" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='tr.com.infumia', module='KekoUtil', version='2.0')
)
Apache Ivy
<dependency org="tr.com.infumia" name="KekoUtil" rev="2.0" />
Leiningen
[tr.com.infumia/KekoUtil "2.0"]
Apache Buildr
'tr.com.infumia:KekoUtil:jar:2.0'