MVN

dev.reactant : reactant

Maven & Gradle

May 31, 2021

Reactant · An elegant plugin framework for spigot

<dependency>
    <groupId>dev.reactant</groupId>
    <artifactId>reactant</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.reactant : reactant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of dev.reactant : reactant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
reactant-0.2.3
reactant-0.2.2
reactant-0.2.0
0.1.x
reactant-0.1.6
reactant-0.1.5
reactant-0.1.4

How to add a dependency to Maven

Add the following dev.reactant : reactant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.reactant</groupId>
    <artifactId>reactant</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.reactant : reactant gradle dependency to your build.gradle file:

implementation 'dev.reactant:reactant:0.2.3'

Gradle Kotlin DSL: Add the following dev.reactant : reactant gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.reactant:reactant:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.reactant : reactant sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.reactant" % "reactant" % "0.2.3"

Advertisement