is not current version
Last Version 1.8.1

xyz.xenondevs:particle 1.4

Spigot library for particles

GroupId

GroupId

xyz.xenondevs
ArtifactId

ArtifactId

particle
Version

Version

1.4
Type

Type

jar

Download particle 1.4


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