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