| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.drtrang |
| Идентификатор | Идентификаторparent2 |
| Версия | Версия1.3.2 |
| Тип | Типpom |
| Описание |
Описаниеparent
Parent pom providing dependency and plugin management for applications built with Maven.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикtrang |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent2-1.3.2.pom | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/parent2/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>parent2</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/parent2/
implementation 'com.github.drtrang:parent2:1.3.2'
// https://jarcasting.com/artifacts/com.github.drtrang/parent2/
implementation ("com.github.drtrang:parent2:1.3.2")
'com.github.drtrang:parent2:pom:1.3.2'
<dependency org="com.github.drtrang" name="parent2" rev="1.3.2">
<artifact name="parent2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='parent2', version='1.3.2')
)
libraryDependencies += "com.github.drtrang" % "parent2" % "1.3.2"
[com.github.drtrang/parent2 "1.3.2"]