MVN

it.futurecraft : future-api

Maven & Gradle

Mar 29, 2022

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 Updated
  • future-api-0.2.4

    Mar 29, 2022
  • future-api-0.2.3

    Mar 28, 2022
  • future-api-0.2.2

    Mar 26, 2022
  • future-api-0.2.1

    Mar 25, 2022
  • future-api-0.2.0

    Mar 24, 2022
  • future-api-0.1.2

    Mar 21, 2022
  • future-api-0.1.1

    Mar 20, 2022
  • future-api-0.1.0

    Mar 20, 2022

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"