не последняя версия
Последняя версия 4.0.0-beta.1

io.dropwizard:dropwizard-parent 2.0.0-rc0+test8

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.

Категории

Категории

DropWizard Контейнер Микросервисы
Группа

Группа

io.dropwizard
Идентификатор

Идентификатор

dropwizard-parent
Версия

Версия

2.0.0-rc0+test8
Тип

Тип

pom

Скачать dropwizard-parent 2.0.0-rc0+test8

Имя Файла Размер
dropwizard-parent-2.0.0-rc0+test8.pom 30 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-parent/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-parent</artifactId>
    <version>2.0.0-rc0+test8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-parent/
implementation 'io.dropwizard:dropwizard-parent:2.0.0-rc0+test8'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-parent/
implementation ("io.dropwizard:dropwizard-parent:2.0.0-rc0+test8")
'io.dropwizard:dropwizard-parent:pom:2.0.0-rc0+test8'
<dependency org="io.dropwizard" name="dropwizard-parent" rev="2.0.0-rc0+test8">
  <artifact name="dropwizard-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-parent', version='2.0.0-rc0+test8')
)
libraryDependencies += "io.dropwizard" % "dropwizard-parent" % "2.0.0-rc0+test8"
[io.dropwizard/dropwizard-parent "2.0.0-rc0+test8"]