is not current version
Last Version 0.2.3

dev.reactant:reactant 0.2.0

An elegant plugin framework for spigot

Categories

Categories

Ant Build Tools React User Interface Web Frameworks
GroupId

GroupId

dev.reactant
ArtifactId

ArtifactId

reactant
Version

Version

0.2.0
Type

Type

jar

Download reactant 0.2.0


<!-- https://jarcasting.com/artifacts/dev.reactant/reactant/ -->
<dependency>
    <groupId>dev.reactant</groupId>
    <artifactId>reactant</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.reactant/reactant/
implementation 'dev.reactant:reactant:0.2.0'
// https://jarcasting.com/artifacts/dev.reactant/reactant/
implementation ("dev.reactant:reactant:0.2.0")
'dev.reactant:reactant:jar:0.2.0'
<dependency org="dev.reactant" name="reactant" rev="0.2.0">
  <artifact name="reactant" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.reactant', module='reactant', version='0.2.0')
)
libraryDependencies += "dev.reactant" % "reactant" % "0.2.0"
[dev.reactant/reactant "0.2.0"]