is not current version
Last Version 1.17.1.6

io.pixeloutlaw:spigot-plugin-parent 1.15.1.3

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

GroupId

GroupId

io.pixeloutlaw
ArtifactId

ArtifactId

spigot-plugin-parent
Version

Version

1.15.1.3
Type

Type

pom

Download spigot-plugin-parent 1.15.1.3


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