c

configs-bukkit

Annotation based configuration library for any Java project.
https://github.com/portlek/configs
MIT License
Hasan Demirtaş
Files download
File Operation
configs-bukkit-4.7.7.jar download
configs-bukkit-4.7.7.pom download
configs-bukkit-4.7.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-bukkit</artifactId>
  <version>4.7.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-bukkit:4.7.7'
Gradle Kotlin
implementation("io.github.portlek:configs-bukkit:4.7.7")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-bukkit" % "4.7.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-bukkit', version='4.7.7')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-bukkit" rev="4.7.7" />
Leiningen
[io.github.portlek/configs-bukkit "4.7.7"]
Apache Buildr
'io.github.portlek:configs-bukkit:jar:4.7.7'