MVN

com.day : day

Maven & Gradle

Oct 28, 2020

Day Management AG · 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}:day:${project.version}) as its parent. It is not intended for this project to be modified often. Hence use a simple counter as its version.

<dependency>
    <groupId>com.day</groupId>
    <artifactId>day</artifactId>
    <version>12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.day : day to add to Maven - Latest Versions:

  • Latest Stable: 12

All Versions

Choose a version of com.day : day to add to Maven - All Versions:

Version Vulnerabilities Updated
12
day-12
11
day-11
10
day-10
9
day-9
8
day-8
7
day-7
6
day-6
5
day-5
3
day-3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.day</groupId>
    <artifactId>day</artifactId>
    <version>12</version>
</dependency>

Advertisement