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