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

com.github.stefanbirkner:lib-parent 4

The common parent POM of Stefan Birkner's Java libraries.

Группа

Группа

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

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

lib-parent
Версия

Версия

4
Тип

Тип

pom

Скачать lib-parent 4

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

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