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

at.favre.lib:common-parent 5

Common configurations (plugins, version, etc.) used as parent for maven projects.

Группа

Группа

at.favre.lib
Идентификатор

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

common-parent
Версия

Версия

5
Тип

Тип

jar

Скачать common-parent 5


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