GroupId | GroupIdio.pixeloutlaw |
---|---|
ArtifactId | ArtifactIdspigot-plugin-parent |
Version | Version1.17.1.3 |
Type | Typepom |
Filename | Size |
---|---|
spigot-plugin-parent-1.17.1.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/ -->
<dependency>
<groupId>io.pixeloutlaw</groupId>
<artifactId>spigot-plugin-parent</artifactId>
<version>1.17.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/
implementation 'io.pixeloutlaw:spigot-plugin-parent:1.17.1.3'
// https://jarcasting.com/artifacts/io.pixeloutlaw/spigot-plugin-parent/
implementation ("io.pixeloutlaw:spigot-plugin-parent:1.17.1.3")
'io.pixeloutlaw:spigot-plugin-parent:pom:1.17.1.3'
<dependency org="io.pixeloutlaw" name="spigot-plugin-parent" rev="1.17.1.3">
<artifact name="spigot-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pixeloutlaw', module='spigot-plugin-parent', version='1.17.1.3')
)
libraryDependencies += "io.pixeloutlaw" % "spigot-plugin-parent" % "1.17.1.3"
[io.pixeloutlaw/spigot-plugin-parent "1.17.1.3"]