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