is not current version
Last Version 15

at.favre.lib:common-parent 13

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

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

common-parent
Version

Version

13
Type

Type

jar

Download common-parent 13


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