| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаorg.unidal.maven.plugins |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия6.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMaven Plugins Parent POM
Maven Plugins Parent POM
|
| Организация-разработчик |
Организация-разработчикUnidal Organization |
| Имя Файла | Размер |
|---|---|
| parent-6.0.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.unidal.maven.plugins/parent/ -->
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>parent</artifactId>
<version>6.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/parent/
implementation 'org.unidal.maven.plugins:parent:6.0.0'
// https://jarcasting.com/artifacts/org.unidal.maven.plugins/parent/
implementation ("org.unidal.maven.plugins:parent:6.0.0")
'org.unidal.maven.plugins:parent:pom:6.0.0'
<dependency org="org.unidal.maven.plugins" name="parent" rev="6.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.maven.plugins', module='parent', version='6.0.0')
)
libraryDependencies += "org.unidal.maven.plugins" % "parent" % "6.0.0"
[org.unidal.maven.plugins/parent "6.0.0"]