| GroupId | GroupIdat.favre.lib |
|---|---|
| ArtifactId | ArtifactIdcommon-parent |
| Version | Version5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-parent-5.pom | 14 KB |
| common-parent-5-sources.jar | 3 KB |
| common-parent-5-javadoc.jar | 3 KB |
| Browse |
<!-- 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"]