is not current version
Last Version 1.17.1.6

io.pixeloutlaw:spigot-plugin-parent 1.11.2.4

A parent project for all of Pixel Outlaw's Spigot plugins.

GroupId

GroupId

io.pixeloutlaw
ArtifactId

ArtifactId

spigot-plugin-parent
Version

Version

1.11.2.4
Type

Type

pom

Download spigot-plugin-parent 1.11.2.4


<!-- https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/ -->
<dependency>
    <groupId>io.pixeloutlaw</groupId>
    <artifactId>spigot-plugin-parent</artifactId>
    <version>1.11.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/
implementation 'io.pixeloutlaw:spigot-plugin-parent:1.11.2.4'
// https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/
implementation ("io.pixeloutlaw:spigot-plugin-parent:1.11.2.4")
'io.pixeloutlaw:spigot-plugin-parent:pom:1.11.2.4'
<dependency org="io.pixeloutlaw" name="spigot-plugin-parent" rev="1.11.2.4">
  <artifact name="spigot-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pixeloutlaw', module='spigot-plugin-parent', version='1.11.2.4')
)
libraryDependencies += "io.pixeloutlaw" % "spigot-plugin-parent" % "1.11.2.4"
[io.pixeloutlaw/spigot-plugin-parent "1.11.2.4"]