| GroupId | GroupIdcom.hotels.road |
|---|---|
| ArtifactId | ArtifactIdroad-hive-metastore-s3 |
| Version | Version6.0.20 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels.road/road-hive-metastore-s3/ -->
<dependency>
<groupId>com.hotels.road</groupId>
<artifactId>road-hive-metastore-s3</artifactId>
<version>6.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.road/road-hive-metastore-s3/
implementation 'com.hotels.road:road-hive-metastore-s3:6.0.20'
// https://jarcasting.com/artifacts/com.hotels.road/road-hive-metastore-s3/
implementation ("com.hotels.road:road-hive-metastore-s3:6.0.20")
'com.hotels.road:road-hive-metastore-s3:jar:6.0.20'
<dependency org="com.hotels.road" name="road-hive-metastore-s3" rev="6.0.20">
<artifact name="road-hive-metastore-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.road', module='road-hive-metastore-s3', version='6.0.20')
)
libraryDependencies += "com.hotels.road" % "road-hive-metastore-s3" % "6.0.20"
[com.hotels.road/road-hive-metastore-s3 "6.0.20"]