<dependency>
<groupId>com.bazaarvoice.dropwizard</groupId>
<artifactId>dropwizard-caching-bundle-complete</artifactId>
<version>2.0.5</version>
</dependency>
implementation group: 'com.bazaarvoice.dropwizard', name: 'dropwizard-caching-bundle-complete', version: '2.0.5'
implementation 'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-complete:2.0.5'
implementation("com.bazaarvoice.dropwizard:dropwizard-caching-bundle-complete:2.0.5")
libraryDependencies += "com.bazaarvoice.dropwizard" % "dropwizard-caching-bundle-complete" % "2.0.5"
<dependency org="com.bazaarvoice.dropwizard" name="dropwizard-caching-bundle-complete" rev="2.0.5"/>
@Grapes(
@Grab(group='com.bazaarvoice.dropwizard', module='dropwizard-caching-bundle-complete', version='2.0.5')
)
[com.bazaarvoice.dropwizard/dropwizard-caching-bundle-complete "2.0.5"]
'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-complete:jar:2.0.5'