MVN

it.futurecraft : future-api

Maven & Gradle

Mar 29, 2022
1 stars

FutureAPI · An API set for Minecraft Servers plugin development.

<dependency>
    <groupId>it.futurecraft</groupId>
    <artifactId>future-api</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.futurecraft : future-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of it.futurecraft : future-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
future-api-0.2.4
future-api-0.2.3
future-api-0.2.2
future-api-0.2.1
future-api-0.2.0
0.1.x
future-api-0.1.2
future-api-0.1.1
future-api-0.1.0

How to add a dependency to Maven

Add the following it.futurecraft : future-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.futurecraft</groupId>
    <artifactId>future-api</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.futurecraft : future-api gradle dependency to your build.gradle file:

implementation 'it.futurecraft:future-api:0.2.4'

Gradle Kotlin DSL: Add the following it.futurecraft : future-api gradle kotlin dependency to your build.gradle.kts file:

implementation("it.futurecraft:future-api:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.futurecraft : future-api sbt scala dependency to your build.sbt file:

libraryDependencies += "it.futurecraft" % "future-api" % "0.2.4"

Advertisement