License |
License |
---|---|
GroupId | GroupIdio.pixeloutlaw.spigot-commons |
ArtifactId | ArtifactIdspigot-commons-parent |
Last Version | Last Version1.17.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA parent project for Pixel Outlaw's Maven-based Spigot plugins.
|
Filename | Size |
---|---|
spigot-commons-parent-1.17.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-parent/ -->
<dependency>
<groupId>io.pixeloutlaw.spigot-commons</groupId>
<artifactId>spigot-commons-parent</artifactId>
<version>1.17.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-parent/
implementation 'io.pixeloutlaw.spigot-commons:spigot-commons-parent:1.17.1.0'
// https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-parent/
implementation ("io.pixeloutlaw.spigot-commons:spigot-commons-parent:1.17.1.0")
'io.pixeloutlaw.spigot-commons:spigot-commons-parent:pom:1.17.1.0'
<dependency org="io.pixeloutlaw.spigot-commons" name="spigot-commons-parent" rev="1.17.1.0">
<artifact name="spigot-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pixeloutlaw.spigot-commons', module='spigot-commons-parent', version='1.17.1.0')
)
libraryDependencies += "io.pixeloutlaw.spigot-commons" % "spigot-commons-parent" % "1.17.1.0"
[io.pixeloutlaw.spigot-commons/spigot-commons-parent "1.17.1.0"]