License |
License |
---|---|
GroupId | GroupIdcom.day.commons |
ArtifactId | ArtifactIdday-commons |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDay 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
day-commons-3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.commons/day-commons/ -->
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day-commons</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/day-commons/
implementation 'com.day.commons:day-commons:3'
// https://jarcasting.com/artifacts/com.day.commons/day-commons/
implementation ("com.day.commons:day-commons:3")
'com.day.commons:day-commons:pom:3'
<dependency org="com.day.commons" name="day-commons" rev="3">
<artifact name="day-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='day-commons', version='3')
)
libraryDependencies += "com.day.commons" % "day-commons" % "3"
[com.day.commons/day-commons "3"]