Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.expediagroup |
ArtifactId | ArtifactIdrhapsody-dropwizard |
Version | Version0.5.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expediagroup/rhapsody-dropwizard/ -->
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>rhapsody-dropwizard</artifactId>
<version>0.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup/rhapsody-dropwizard/
implementation 'com.expediagroup:rhapsody-dropwizard:0.5.10'
// https://jarcasting.com/artifacts/com.expediagroup/rhapsody-dropwizard/
implementation ("com.expediagroup:rhapsody-dropwizard:0.5.10")
'com.expediagroup:rhapsody-dropwizard:jar:0.5.10'
<dependency org="com.expediagroup" name="rhapsody-dropwizard" rev="0.5.10">
<artifact name="rhapsody-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup', module='rhapsody-dropwizard', version='0.5.10')
)
libraryDependencies += "com.expediagroup" % "rhapsody-dropwizard" % "0.5.10"
[com.expediagroup/rhapsody-dropwizard "0.5.10"]