| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы |
| Группа | Группаio.dropwizard |
| Идентификатор | Идентификаторdropwizard-dependencies |
| Последняя версия | Последняя версия4.0.0-beta.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеDropwizard Dependencies
Bill of materials to make sure a consistent set of versions is used for Dropwizard's transitive dependencies.
|
| Имя Файла | Размер |
|---|---|
| dropwizard-dependencies-4.0.0-beta.1.pom | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>4.0.0-beta.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation 'io.dropwizard:dropwizard-dependencies:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-dependencies/
implementation ("io.dropwizard:dropwizard-dependencies:4.0.0-beta.1")
'io.dropwizard:dropwizard-dependencies:pom:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-dependencies" rev="4.0.0-beta.1">
<artifact name="dropwizard-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-dependencies', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-dependencies" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-dependencies "4.0.0-beta.1"]