| Категории |
КатегорииDropWizard Контейнер Микросервисы Caching Данные |
|---|---|
| Группа | Группаcom.bazaarvoice.dropwizard |
| Идентификатор | Идентификаторdropwizard-caching-bundle-example |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-example/ -->
<dependency>
<groupId>com.bazaarvoice.dropwizard</groupId>
<artifactId>dropwizard-caching-bundle-example</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-example/
implementation 'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-example:1.0.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-caching-bundle-example/
implementation ("com.bazaarvoice.dropwizard:dropwizard-caching-bundle-example:1.0.0")
'com.bazaarvoice.dropwizard:dropwizard-caching-bundle-example:jar:1.0.0'
<dependency org="com.bazaarvoice.dropwizard" name="dropwizard-caching-bundle-example" rev="1.0.0">
<artifact name="dropwizard-caching-bundle-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.dropwizard', module='dropwizard-caching-bundle-example', version='1.0.0')
)
libraryDependencies += "com.bazaarvoice.dropwizard" % "dropwizard-caching-bundle-example" % "1.0.0"
[com.bazaarvoice.dropwizard/dropwizard-caching-bundle-example "1.0.0"]