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