b

bukkit-version

A library for parsing Bukkit server's versions.
https://github.com/portlek/bukkit-version
文件下载
文件名 操作
bukkit-version-2.1.3.jar 下载
bukkit-version-2.1.3.pom 下载
bukkit-version-2.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>bukkit-version</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:bukkit-version:2.1.3'
Gradle Kotlin
implementation("io.github.portlek:bukkit-version:2.1.3")
Scala SBT
libraryDependencies += "io.github.portlek" % "bukkit-version" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='bukkit-version', version='2.1.3')
)
Apache Ivy
<dependency org="io.github.portlek" name="bukkit-version" rev="2.1.3" />
Leiningen
[io.github.portlek/bukkit-version "2.1.3"]
Apache Buildr
'io.github.portlek:bukkit-version:jar:2.1.3'