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

com.github.hazendaz:base-parent 24

Base Maven Parent solving majority of Maven configurations. Use this to drive your maven builds.

Группа

Группа

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

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

base-parent
Версия

Версия

24
Тип

Тип

pom

Скачать base-parent 24

Имя Файла Размер
base-parent-24.pom 82 KB
Обзор

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