| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаcom.tourgeek.config |
| Идентификатор | Идентификаторtourgeek-parent |
| Версия | Версия1.3.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tourgeek-parent-1.3.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tourgeek.config/tourgeek-parent/ -->
<dependency>
<groupId>com.tourgeek.config</groupId>
<artifactId>tourgeek-parent</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tourgeek.config/tourgeek-parent/
implementation 'com.tourgeek.config:tourgeek-parent:1.3.2'
// https://jarcasting.com/artifacts/com.tourgeek.config/tourgeek-parent/
implementation ("com.tourgeek.config:tourgeek-parent:1.3.2")
'com.tourgeek.config:tourgeek-parent:pom:1.3.2'
<dependency org="com.tourgeek.config" name="tourgeek-parent" rev="1.3.2">
<artifact name="tourgeek-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tourgeek.config', module='tourgeek-parent', version='1.3.2')
)
libraryDependencies += "com.tourgeek.config" % "tourgeek-parent" % "1.3.2"
[com.tourgeek.config/tourgeek-parent "1.3.2"]