is not current version
Last Version 14

com.day.commons:parent 7

The Day Commons Library provides miscellaneous libraries providing commons functionality used in multiple projects. As a collection of libraries, the Day Commons Library is comparable to the Apache Commons Library.

GroupId

GroupId

com.day.commons
ArtifactId

ArtifactId

parent
Version

Version

7
Type

Type

pom

Download parent 7

Filename Size
parent-7.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.day.commons/parent/ -->
<dependency>
    <groupId>com.day.commons</groupId>
    <artifactId>parent</artifactId>
    <version>7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation 'com.day.commons:parent:7'
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation ("com.day.commons:parent:7")
'com.day.commons:parent:pom:7'
<dependency org="com.day.commons" name="parent" rev="7">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='parent', version='7')
)
libraryDependencies += "com.day.commons" % "parent" % "7"
[com.day.commons/parent "7"]