Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-sentry |
Version | Version2.0.0-4 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-sentry-2.0.0-4.pom | |
dropwizard-sentry-2.0.0-4.jar | 18 KB |
dropwizard-sentry-2.0.0-4-sources.jar | 10 KB |
dropwizard-sentry-2.0.0-4-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-sentry</artifactId>
<version>2.0.0-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/
implementation 'org.dhatim:dropwizard-sentry:2.0.0-4'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-sentry/
implementation ("org.dhatim:dropwizard-sentry:2.0.0-4")
'org.dhatim:dropwizard-sentry:jar:2.0.0-4'
<dependency org="org.dhatim" name="dropwizard-sentry" rev="2.0.0-4">
<artifact name="dropwizard-sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-sentry', version='2.0.0-4')
)
libraryDependencies += "org.dhatim" % "dropwizard-sentry" % "2.0.0-4"
[org.dhatim/dropwizard-sentry "2.0.0-4"]