org.rauschig OSS parent pom
This is the root pom for all org.rauschig OSS projects. It contains a general release configuration and common plugin version declaration.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.rauschig |
| Идентификатор | Идентификаторoss-parent |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOSS Parent
Parent POM for all org.rauschig OSS projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oss-parent-1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.rauschig/oss-parent/ -->
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>oss-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.rauschig/oss-parent/
implementation 'org.rauschig:oss-parent:1'
// https://jarcasting.com/artifacts/org.rauschig/oss-parent/
implementation ("org.rauschig:oss-parent:1")
'org.rauschig:oss-parent:pom:1'
<dependency org="org.rauschig" name="oss-parent" rev="1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.rauschig', module='oss-parent', version='1')
)
libraryDependencies += "org.rauschig" % "oss-parent" % "1"
[org.rauschig/oss-parent "1"]
This is the root pom for all org.rauschig OSS projects. It contains a general release configuration and common plugin version declaration.