is not current version
Last Version 15

at.favre.lib:common-parent 6

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

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

common-parent
Version

Version

6
Type

Type

jar

Download common-parent 6


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