MVN

com.day.commons : parent

Maven & Gradle

Oct 28, 2020

Day Commons Library (Parent Project) · 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.

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

Latest Version

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

  • Latest Stable: 14

All Versions

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

Version Vulnerabilities Updated
14
parent-14
13
parent-13
12
parent-12
11
parent-11
9
parent-9
8
parent-8
7
parent-7
6
parent-6
5
parent-5
4
parent-4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.day.commons</groupId>
    <artifactId>parent</artifactId>
    <version>14</version>
</dependency>

Advertisement