MVN

xyz.xenondevs : particle

Maven & Gradle

Mar 24, 2023
269 stars

ParticleLib · Spigot library for particles

<dependency>
    <groupId>xyz.xenondevs</groupId>
    <artifactId>particle</artifactId>
    <version>1.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.xenondevs : particle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.4

All Versions

Choose a version of xyz.xenondevs : particle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
particle-1.8.4
particle-1.8.3
particle-1.8.1
1.8
particle-1.8
1.7.x
particle-1.7.1
1.7
particle-1.7
1.6.x
particle-1.6.6
particle-1.6.5
particle-1.6.4
particle-1.6.3
particle-1.6.2
particle-1.6.1
1.6
particle-1.6
1.5.x
particle-1.5.1
1.5
particle-1.5
1.4
particle-1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>xyz.xenondevs</groupId>
    <artifactId>particle</artifactId>
    <version>1.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.xenondevs : particle gradle dependency to your build.gradle file:

implementation 'xyz.xenondevs:particle:1.8.4'

Gradle Kotlin DSL: Add the following xyz.xenondevs : particle gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.xenondevs:particle:1.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.xenondevs : particle sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.xenondevs" % "particle" % "1.8.4"