Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.expedia.www |
ArtifactId | ArtifactIdhaystack-remote-clients |
Version | Version0.2.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/ -->
<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-remote-clients</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation 'com.expedia.www:haystack-remote-clients:0.2.8'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation ("com.expedia.www:haystack-remote-clients:0.2.8")
'com.expedia.www:haystack-remote-clients:jar:0.2.8'
<dependency org="com.expedia.www" name="haystack-remote-clients" rev="0.2.8">
<artifact name="haystack-remote-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-remote-clients', version='0.2.8')
)
libraryDependencies += "com.expedia.www" % "haystack-remote-clients" % "0.2.8"
[com.expedia.www/haystack-remote-clients "0.2.8"]