MVN

io.github.portlek : bukkit-location

Maven & Gradle

May 21, 2021
8 usages
4 stars

bukkit-location · Bukkit location library that contains a lot of utilities.

<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>bukkit-location</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.portlek : bukkit-location to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of io.github.portlek : bukkit-location to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
bukkit-location-3.0.3
bukkit-location-3.0.2
bukkit-location-3.0.1
bukkit-location-3.0.0
2.1.x
bukkit-location-2.1.0
2.0.x
bukkit-location-2.0.10
bukkit-location-2.0.9
bukkit-location-2.0.8
bukkit-location-2.0.7
bukkit-location-2.0.6
bukkit-location-2.0.5
bukkit-location-2.0.4
bukkit-location-2.0.3
bukkit-location-2.0.2
bukkit-location-2.0.1
bukkit-location-2.0.0
1.6
bukkit-location-1.6
1.5
bukkit-location-1.5
1.4
bukkit-location-1.4
1.3
bukkit-location-1.3
1.2
bukkit-location-1.2
1.1
bukkit-location-1.1
1.0
bukkit-location-1.0

How to add a dependency to Maven

Add the following io.github.portlek : bukkit-location maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>bukkit-location</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.portlek : bukkit-location gradle dependency to your build.gradle file:

implementation 'io.github.portlek:bukkit-location:3.0.3'

Gradle Kotlin DSL: Add the following io.github.portlek : bukkit-location gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.portlek:bukkit-location:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.portlek : bukkit-location sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.portlek" % "bukkit-location" % "3.0.3"

Advertisement