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