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