| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.pixeloutlaw.spigot-commons |
| Идентификатор | Идентификаторspigot-commons-parent |
| Последняя версия | Последняя версия1.17.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA parent project for Pixel Outlaw's Maven-based Spigot plugins.
|
| Имя Файла | Размер |
|---|---|
| spigot-commons-parent-1.17.1.0.pom | 2 KB |
| Обзор |
<!-- 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"]