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