не последняя версия
Последняя версия 0.4.0

com.github.pxav.kelp:parent 0.3.1

A cross-version spigot framework to avoid boilerplate code and make your plugin compatible with multiple spigot versions easily

Группа

Группа

com.github.pxav.kelp
Идентификатор

Идентификатор

parent
Версия

Версия

0.3.1
Тип

Тип

pom

Скачать parent 0.3.1

Имя Файла Размер
parent-0.3.1.pom 8 KB
Обзор

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