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