b

bukkit-location

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