| GroupId | GroupIdcom.day.commons |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-5.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.day.commons/parent/ -->
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation 'com.day.commons:parent:5'
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation ("com.day.commons:parent:5")
'com.day.commons:parent:pom:5'
<dependency org="com.day.commons" name="parent" rev="5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='parent', version='5')
)
libraryDependencies += "com.day.commons" % "parent" % "5"
[com.day.commons/parent "5"]