MVN

de.musterbukkit.replaysystem.main : XReplayAPI

Maven & Gradle

Nov 21, 2022
0 stars

X Replay Developer API · This is a developer API for the Minecraft Replay System X Replay. Note this API have no replay function integrated. To replay a game take a look at X Replay.

<dependency>
    <groupId>de.musterbukkit.replaysystem.main</groupId>
    <artifactId>XReplayAPI</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.musterbukkit.replaysystem.main : XReplayAPI to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of de.musterbukkit.replaysystem.main : XReplayAPI to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
XReplayAPI-1.3
1.2
XReplayAPI-1.2
1.1
XReplayAPI-1.1

How to add a dependency to Maven

Add the following de.musterbukkit.replaysystem.main : XReplayAPI maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.musterbukkit.replaysystem.main</groupId>
    <artifactId>XReplayAPI</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.musterbukkit.replaysystem.main : XReplayAPI gradle dependency to your build.gradle file:

implementation 'de.musterbukkit.replaysystem.main:XReplayAPI:1.3'

Gradle Kotlin DSL: Add the following de.musterbukkit.replaysystem.main : XReplayAPI gradle kotlin dependency to your build.gradle.kts file:

implementation("de.musterbukkit.replaysystem.main:XReplayAPI:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.musterbukkit.replaysystem.main : XReplayAPI sbt scala dependency to your build.sbt file:

libraryDependencies += "de.musterbukkit.replaysystem.main" % "XReplayAPI" % "1.3"