| Группа | Группаtech.uom |
|---|---|
| Идентификатор | Идентификаторuom-parent |
| Версия | Версия1.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| uom-parent-1.4.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.uom/uom-parent/ -->
<dependency>
<groupId>tech.uom</groupId>
<artifactId>uom-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation 'tech.uom:uom-parent:1.4'
// https://jarcasting.com/artifacts/tech.uom/uom-parent/
implementation ("tech.uom:uom-parent:1.4")
'tech.uom:uom-parent:pom:1.4'
<dependency org="tech.uom" name="uom-parent" rev="1.4">
<artifact name="uom-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.uom', module='uom-parent', version='1.4')
)
libraryDependencies += "tech.uom" % "uom-parent" % "1.4"
[tech.uom/uom-parent "1.4"]