us.rothmichaels Maven Parent POMs
This is a colleciton of parent pom.xml files I use for my Java projects.
License
Licensed under the Eclipse Public License - v1.0.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаus.rothmichaels.parents |
| Идентификатор | Идентификаторsuper-parent |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеus.rothmichaels Super Parent POM
Parent POM for all us.rothmichaels projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| super-parent-1.1.4.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/ -->
<dependency>
<groupId>us.rothmichaels.parents</groupId>
<artifactId>super-parent</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/
implementation 'us.rothmichaels.parents:super-parent:1.1.4'
// https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/
implementation ("us.rothmichaels.parents:super-parent:1.1.4")
'us.rothmichaels.parents:super-parent:pom:1.1.4'
<dependency org="us.rothmichaels.parents" name="super-parent" rev="1.1.4">
<artifact name="super-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.rothmichaels.parents', module='super-parent', version='1.1.4')
)
libraryDependencies += "us.rothmichaels.parents" % "super-parent" % "1.1.4"
[us.rothmichaels.parents/super-parent "1.1.4"]
This is a colleciton of parent pom.xml files I use for my Java projects.
Licensed under the Eclipse Public License - v1.0.