is not current version
Last Version 1.17.1.6

io.pixeloutlaw:spigot-plugin-parent 1.13.0.1

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

GroupId

GroupId

io.pixeloutlaw
ArtifactId

ArtifactId

spigot-plugin-parent
Version

Version

1.13.0.1
Type

Type

pom

Download spigot-plugin-parent 1.13.0.1


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