b

bukkit-location

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