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