Categories |
CategoriesDropWizard Container Microservices Caching Data |
---|---|
GroupId | GroupIdcom.bazaarvoice.dropwizard |
ArtifactId | ArtifactIddropwizard-caching-bundle-memcached |
Version | Version2.0.5 |
Type | Typejar |
Description |
DescriptionDropwizard Caching Bundle - Memcached
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-memcached/ -->
<dependency>
<groupId>com.bazaarvoice.dropwizard</groupId>
<artifactId>dropwizard-caching-bundle-memcached</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-memcached/
implementation 'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-memcached:2.0.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-memcached/
implementation ("com.bazaarvoice.dropwizard:dropwizard-caching-bundle-memcached:2.0.5")
'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-memcached:jar:2.0.5'
<dependency org="com.bazaarvoice.dropwizard" name="dropwizard-caching-bundle-memcached" rev="2.0.5">
<artifact name="dropwizard-caching-bundle-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.dropwizard', module='dropwizard-caching-bundle-memcached', version='2.0.5')
)
libraryDependencies += "com.bazaarvoice.dropwizard" % "dropwizard-caching-bundle-memcached" % "2.0.5"
[com.bazaarvoice.dropwizard/dropwizard-caching-bundle-memcached "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.dropwizard : dropwizard-caching-bundle | jar | 2.0.5 |
net.spy : spymemcached | jar | 2.11.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
org.mockito : mockito-core | jar | 1.9.5 |