b

bukkit-location

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