p

parent

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.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
parent-11.pom download
Apache Maven
<dependency>
  <groupId>com.day.commons</groupId>
  <artifactId>parent</artifactId>
  <version>11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.day.commons:parent:11'
Gradle Kotlin
implementation("com.day.commons:parent:11")
Scala SBT
libraryDependencies += "com.day.commons" % "parent" % "11"
Groovy Grape
@Grapes(
  @Grab(group='com.day.commons', module='parent', version='11')
)
Apache Ivy
<dependency org="com.day.commons" name="parent" rev="11" />
Leiningen
[com.day.commons/parent "11"]
Apache Buildr
'com.day.commons:parent:jar:11'