MVN

com.skillw.fightsystem : FightSystem

Maven & Gradle

Aug 20, 2023
5 stars

FightSystem · Bukkit Fight Engine Plugin.

<dependency>
    <groupId>com.skillw.fightsystem</groupId>
    <artifactId>FightSystem</artifactId>
    <version>1.0.3-17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.skillw.fightsystem : FightSystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3-17

All Versions

Choose a version of com.skillw.fightsystem : FightSystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
FightSystem-1.0.3-17
FightSystem-1.0.3-16
FightSystem-1.0.2-15
FightSystem-1.0.2-13

How to add a dependency to Maven

Add the following com.skillw.fightsystem : FightSystem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.skillw.fightsystem</groupId>
    <artifactId>FightSystem</artifactId>
    <version>1.0.3-17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.skillw.fightsystem : FightSystem gradle dependency to your build.gradle file:

implementation 'com.skillw.fightsystem:FightSystem:1.0.3-17'

Gradle Kotlin DSL: Add the following com.skillw.fightsystem : FightSystem gradle kotlin dependency to your build.gradle.kts file:

implementation("com.skillw.fightsystem:FightSystem:1.0.3-17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.skillw.fightsystem : FightSystem sbt scala dependency to your build.sbt file:

libraryDependencies += "com.skillw.fightsystem" % "FightSystem" % "1.0.3-17"