is not current version
Last Version 1.8.1

xyz.xenondevs:particle 1.6.5

Spigot library for particles

GroupId

GroupId

xyz.xenondevs
ArtifactId

ArtifactId

particle
Version

Version

1.6.5
Type

Type

jar

Download particle 1.6.5


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