Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.expedia.www |
ArtifactId | ArtifactIdhaystack-client-java-integrations |
Version | Version0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
haystack-client-java-integrations-0.1.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.expedia.www/haystack-client-java-integrations/ -->
<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-client-java-integrations</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-client-java-integrations/
implementation 'com.expedia.www:haystack-client-java-integrations:0.1.2'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-client-java-integrations/
implementation ("com.expedia.www:haystack-client-java-integrations:0.1.2")
'com.expedia.www:haystack-client-java-integrations:pom:0.1.2'
<dependency org="com.expedia.www" name="haystack-client-java-integrations" rev="0.1.2">
<artifact name="haystack-client-java-integrations" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-client-java-integrations', version='0.1.2')
)
libraryDependencies += "com.expedia.www" % "haystack-client-java-integrations" % "0.1.2"
[com.expedia.www/haystack-client-java-integrations "0.1.2"]