Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hotels.road |
ArtifactId | ArtifactIdroad-tollbooth-client-api |
Version | Version6.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels.road/road-tollbooth-client-api/ -->
<dependency>
<groupId>com.hotels.road</groupId>
<artifactId>road-tollbooth-client-api</artifactId>
<version>6.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.road/road-tollbooth-client-api/
implementation 'com.hotels.road:road-tollbooth-client-api:6.0.5'
// https://jarcasting.com/artifacts/com.hotels.road/road-tollbooth-client-api/
implementation ("com.hotels.road:road-tollbooth-client-api:6.0.5")
'com.hotels.road:road-tollbooth-client-api:jar:6.0.5'
<dependency org="com.hotels.road" name="road-tollbooth-client-api" rev="6.0.5">
<artifact name="road-tollbooth-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.road', module='road-tollbooth-client-api', version='6.0.5')
)
libraryDependencies += "com.hotels.road" % "road-tollbooth-client-api" % "6.0.5"
[com.hotels.road/road-tollbooth-client-api "6.0.5"]