MVN

com.plotsquared : PlotSquared

Maven & Gradle

Jun 13, 2022
1 usages
503 stars

PlotSquared 6.9.0 · PlotSquared is a land and world management plugin for Minecraft.

<dependency>
    <groupId>com.plotsquared</groupId>
    <artifactId>PlotSquared</artifactId>
    <version>6.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.plotsquared : PlotSquared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.9.0

All Versions

Choose a version of com.plotsquared : PlotSquared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.9.x
PlotSquared-6.9.0
6.8.x
PlotSquared-6.8.1
PlotSquared-6.8.0
6.7.x
PlotSquared-6.7.0
6.6.x
PlotSquared-6.6.3
PlotSquared-6.6.2
PlotSquared-6.6.1
PlotSquared-6.6.0
6.5.x
PlotSquared-6.5.1
PlotSquared-6.5.0
6.4.x
PlotSquared-6.4.0
6.3.x
PlotSquared-6.3.0
6.2.x
PlotSquared-6.2.2
PlotSquared-6.2.1
PlotSquared-6.2.0
6.1.x
PlotSquared-6.1.4
PlotSquared-6.1.3
PlotSquared-6.1.2
PlotSquared-6.1.1
PlotSquared-6.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.plotsquared</groupId>
    <artifactId>PlotSquared</artifactId>
    <version>6.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.plotsquared : PlotSquared gradle dependency to your build.gradle file:

implementation 'com.plotsquared:PlotSquared:6.9.0'

Gradle Kotlin DSL: Add the following com.plotsquared : PlotSquared gradle kotlin dependency to your build.gradle.kts file:

implementation("com.plotsquared:PlotSquared:6.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.plotsquared : PlotSquared sbt scala dependency to your build.sbt file:

libraryDependencies += "com.plotsquared" % "PlotSquared" % "6.9.0"