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