c

configs-bukkit

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