| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.uom |
| Идентификатор | Идентификаторuom-parent |
| Последняя версия | Последняя версия2.1.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеUnits of Measurement Parent
Units of Measurement Project Parent POM
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| uom-parent-2.1.3.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.uom/uom-parent/ -->
<dependency>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>2.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation 'tech.uom:uom-parent:2.1.3'
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation ("tech.uom:uom-parent:2.1.3")
'tech.uom:uom-parent:pom:2.1.3'
<dependency org="tech.uom" name="uom-parent" rev="2.1.3">
<artifact name="uom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.uom', module='uom-parent', version='2.1.3')
)
libraryDependencies += "tech.uom" % "uom-parent" % "2.1.3"
[tech.uom/uom-parent "2.1.3"]