Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.expedia.www |
ArtifactId | ArtifactIdhaystack-remote-clients |
Version | Version0.3.0 |
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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation 'com.expedia.www:haystack-remote-clients:0.3.0'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation ("com.expedia.www:haystack-remote-clients:0.3.0")
'com.expedia.www:haystack-remote-clients:jar:0.3.0'
<dependency org="com.expedia.www" name="haystack-remote-clients" rev="0.3.0">
<artifact name="haystack-remote-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-remote-clients', version='0.3.0')
)
libraryDependencies += "com.expedia.www" % "haystack-remote-clients" % "0.3.0"
[com.expedia.www/haystack-remote-clients "0.3.0"]