| GroupId | GroupIdcom.hotels |
|---|---|
| ArtifactId | ArtifactIdhotels-oss-parent |
| Version | Version2.3.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hotels-oss-parent-2.3.5.pom | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hotels/hotels-oss-parent/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>hotels-oss-parent</artifactId>
<version>2.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-parent/
implementation 'com.hotels:hotels-oss-parent:2.3.5'
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-parent/
implementation ("com.hotels:hotels-oss-parent:2.3.5")
'com.hotels:hotels-oss-parent:pom:2.3.5'
<dependency org="com.hotels" name="hotels-oss-parent" rev="2.3.5">
<artifact name="hotels-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='hotels-oss-parent', version='2.3.5')
)
libraryDependencies += "com.hotels" % "hotels-oss-parent" % "2.3.5"
[com.hotels/hotels-oss-parent "2.3.5"]