MVN

com.github.gianttreelp : bukkitdependencyloader

Maven & Gradle

Jun 17, 2017
2 stars

bukkit-dependency-loader · A plugin to dynamically download and load maven artifacts into the class path of Bukkit or its forks.

<dependency>
    <groupId>com.github.gianttreelp</groupId>
    <artifactId>bukkitdependencyloader</artifactId>
    <version>0.5-b29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gianttreelp : bukkitdependencyloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5-b29

All Versions

Choose a version of com.github.gianttreelp : bukkitdependencyloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
bukkitdependencyloader-0.5-b29
0.3
bukkitdependencyloader-0.3-b29
0.2
bukkitdependencyloader-0.2-b6
bukkitdependencyloader-0.2-b3

How to add a dependency to Maven

Add the following com.github.gianttreelp : bukkitdependencyloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gianttreelp</groupId>
    <artifactId>bukkitdependencyloader</artifactId>
    <version>0.5-b29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gianttreelp : bukkitdependencyloader gradle dependency to your build.gradle file:

implementation 'com.github.gianttreelp:bukkitdependencyloader:0.5-b29'

Gradle Kotlin DSL: Add the following com.github.gianttreelp : bukkitdependencyloader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gianttreelp:bukkitdependencyloader:0.5-b29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gianttreelp : bukkitdependencyloader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gianttreelp" % "bukkitdependencyloader" % "0.5-b29"