is not current version
Last Version 15

at.favre.lib:common-parent 12

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

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

common-parent
Version

Version

12
Type

Type

jar

Download common-parent 12


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