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.6.jar download
bukkit-location-2.0.6.pom download
bukkit-location-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>bukkit-location</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:bukkit-location:2.0.6'
Gradle Kotlin
implementation("io.github.portlek:bukkit-location:2.0.6")
Scala SBT
libraryDependencies += "io.github.portlek" % "bukkit-location" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='bukkit-location', version='2.0.6')
)
Apache Ivy
<dependency org="io.github.portlek" name="bukkit-location" rev="2.0.6" />
Leiningen
[io.github.portlek/bukkit-location "2.0.6"]
Apache Buildr
'io.github.portlek:bukkit-location:jar:2.0.6'