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