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