d

day

This project definition contains the core definition for all Maven 2 projects of Day Management AG such that we have a consistent project build environment and need not repeat common configuration everytime. Each parent project of the Day products should refer to this project (${project.groupId}:${project.artifactId}:${project.version}) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
day-8.pom download
Apache Maven
<dependency>
  <groupId>com.day</groupId>
  <artifactId>day</artifactId>
  <version>8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.day:day:8'
Gradle Kotlin
implementation("com.day:day:8")
Scala SBT
libraryDependencies += "com.day" % "day" % "8"
Groovy Grape
@Grapes(
  @Grab(group='com.day', module='day', version='8')
)
Apache Ivy
<dependency org="com.day" name="day" rev="8" />
Leiningen
[com.day/day "8"]
Apache Buildr
'com.day:day:jar:8'
Dependencies
The project has no third-party dependencies