| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.xiongxcodes |
| Идентификатор | Идентификаторhaohope-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеHaohope PARENT
Modules to centralize common resources and configuration for "haohope components" Maven builds.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| haohope-parent-1.0.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/
implementation 'com.github.xiongxcodes:haohope-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-parent/
implementation ("com.github.xiongxcodes:haohope-parent:1.0.0")
'com.github.xiongxcodes:haohope-parent:pom:1.0.0'
<dependency org="com.github.xiongxcodes" name="haohope-parent" rev="1.0.0">
<artifact name="haohope-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-parent', version='1.0.0')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-parent" % "1.0.0"
[com.github.xiongxcodes/haohope-parent "1.0.0"]