| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.ac.ceh.components |
| Идентификатор | Идентификаторcomponents-parent |
| Последняя версия | Последняя версия1.0.46 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCEH Java Commons
A suite of common java components used for CEH applications
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| components-parent-1.0.46.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/ -->
<dependency>
<groupId>uk.ac.ceh.components</groupId>
<artifactId>components-parent</artifactId>
<version>1.0.46</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/
implementation 'uk.ac.ceh.components:components-parent:1.0.46'
// https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/
implementation ("uk.ac.ceh.components:components-parent:1.0.46")
'uk.ac.ceh.components:components-parent:pom:1.0.46'
<dependency org="uk.ac.ceh.components" name="components-parent" rev="1.0.46">
<artifact name="components-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ceh.components', module='components-parent', version='1.0.46')
)
libraryDependencies += "uk.ac.ceh.components" % "components-parent" % "1.0.46"
[uk.ac.ceh.components/components-parent "1.0.46"]