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