| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.pixeloutlaw.spigot-commons |
| Идентификатор | Идентификаторspigot-commons-bom |
| Последняя версия | Последняя версия1.17.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA parent project for Pixel Outlaw's Maven-based Spigot plugins.
|
| Имя Файла | Размер |
|---|---|
| spigot-commons-bom-1.17.1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-bom/ -->
<dependency>
<groupId>io.pixeloutlaw.spigot-commons</groupId>
<artifactId>spigot-commons-bom</artifactId>
<version>1.17.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-bom/
implementation 'io.pixeloutlaw.spigot-commons:spigot-commons-bom:1.17.1.0'
// https://jarcasting.com/artifacts/io.pixeloutlaw.spigot-commons/spigot-commons-bom/
implementation ("io.pixeloutlaw.spigot-commons:spigot-commons-bom:1.17.1.0")
'io.pixeloutlaw.spigot-commons:spigot-commons-bom:pom:1.17.1.0'
<dependency org="io.pixeloutlaw.spigot-commons" name="spigot-commons-bom" rev="1.17.1.0">
<artifact name="spigot-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pixeloutlaw.spigot-commons', module='spigot-commons-bom', version='1.17.1.0')
)
libraryDependencies += "io.pixeloutlaw.spigot-commons" % "spigot-commons-bom" % "1.17.1.0"
[io.pixeloutlaw.spigot-commons/spigot-commons-bom "1.17.1.0"]