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

com.github.stefanbirkner:lib-parent 14

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

Группа

Группа

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

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

lib-parent
Версия

Версия

14
Тип

Тип

pom

Скачать lib-parent 14

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

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