не последняя версия
Последняя версия 14

com.day.commons:parent 13

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.

Группа

Группа

com.day.commons
Идентификатор

Идентификатор

parent
Версия

Версия

13
Тип

Тип

pom

Скачать parent 13

Имя Файла Размер
parent-13.pom 11 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.day.commons/parent/ -->
<dependency>
    <groupId>com.day.commons</groupId>
    <artifactId>parent</artifactId>
    <version>13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation 'com.day.commons:parent:13'
// https://jarcasting.com/artifacts/com.day.commons/parent/
implementation ("com.day.commons:parent:13")
'com.day.commons:parent:pom:13'
<dependency org="com.day.commons" name="parent" rev="13">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='parent', version='13')
)
libraryDependencies += "com.day.commons" % "parent" % "13"
[com.day.commons/parent "13"]