| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.comhix.commons |
| Идентификатор | Идентификаторcommons-parent |
| Последняя версия | Последняя версия2.2.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеComHix common Parent
ComHix common basic stuff
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-parent-2.2.5.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/ -->
<dependency>
<groupId>de.comhix.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/
implementation 'de.comhix.commons:commons-parent:2.2.5'
// https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/
implementation ("de.comhix.commons:commons-parent:2.2.5")
'de.comhix.commons:commons-parent:pom:2.2.5'
<dependency org="de.comhix.commons" name="commons-parent" rev="2.2.5">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.comhix.commons', module='commons-parent', version='2.2.5')
)
libraryDependencies += "de.comhix.commons" % "commons-parent" % "2.2.5"
[de.comhix.commons/commons-parent "2.2.5"]