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