| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnz.net.osnz |
| Идентификатор | Идентификаторosnz-parent |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpen Source New Zealand - Central Parent
Packaging parent for OSNZ.NET Maven projects. Defines rules for all projects packaging in this github fork. The release plugin will need to be
overridden for each project so it maintains the correct structure for Github.
|
| Имя Файла | Размер |
|---|---|
| osnz-parent-1.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nz.net.osnz/osnz-parent/ -->
<dependency>
<groupId>nz.net.osnz</groupId>
<artifactId>osnz-parent</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz/osnz-parent/
implementation 'nz.net.osnz:osnz-parent:1.2'
// https://jarcasting.com/artifacts/nz.net.osnz/osnz-parent/
implementation ("nz.net.osnz:osnz-parent:1.2")
'nz.net.osnz:osnz-parent:pom:1.2'
<dependency org="nz.net.osnz" name="osnz-parent" rev="1.2">
<artifact name="osnz-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz', module='osnz-parent', version='1.2')
)
libraryDependencies += "nz.net.osnz" % "osnz-parent" % "1.2"
[nz.net.osnz/osnz-parent "1.2"]