License |
License |
---|---|
GroupId | GroupIdcom.day.commons |
ArtifactId | ArtifactIdparent |
Last Version | Last Version14 |
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 |
---|---|
parent-14.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.commons/parent/ -->
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>parent</artifactId>
<version>14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation 'com.day.commons:parent:14'
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation ("com.day.commons:parent:14")
'com.day.commons:parent:pom:14'
<dependency org="com.day.commons" name="parent" rev="14">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='parent', version='14')
)
libraryDependencies += "com.day.commons" % "parent" % "14"
[com.day.commons/parent "14"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.felix : org.apache.felix.scr.annotations | jar | 1.6.0 |
biz.aQute : bndlib | jar | 1.43.0 |