b

bukkit-location

Bukkit location library that contains a lot of utilities.
https://github.com/portlek/bukkit-location
文件下载
文件名 操作
bukkit-location-3.0.0.jar 下载
bukkit-location-3.0.0.pom 下载
bukkit-location-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>bukkit-location</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:bukkit-location:3.0.0'
Gradle Kotlin
implementation("io.github.portlek:bukkit-location:3.0.0")
Scala SBT
libraryDependencies += "io.github.portlek" % "bukkit-location" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='bukkit-location', version='3.0.0')
)
Apache Ivy
<dependency org="io.github.portlek" name="bukkit-location" rev="3.0.0" />
Leiningen
[io.github.portlek/bukkit-location "3.0.0"]
Apache Buildr
'io.github.portlek:bukkit-location:jar:3.0.0'