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