| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.shiruka |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия2.2.12 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеparent
A parent pom project to simplify maven files.
|
| Имя Файла | Размер |
|---|---|
| parent-2.2.12.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/parent/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>parent</artifactId>
<version>2.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/parent/
implementation 'io.github.shiruka:parent:2.2.12'
// https://jarcasting.com/artifacts/io.github.shiruka/parent/
implementation ("io.github.shiruka:parent:2.2.12")
'io.github.shiruka:parent:pom:2.2.12'
<dependency org="io.github.shiruka" name="parent" rev="2.2.12">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='parent', version='2.2.12')
)
libraryDependencies += "io.github.shiruka" % "parent" % "2.2.12"
[io.github.shiruka/parent "2.2.12"]