License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.serviceenabled |
ArtifactId | ArtifactIddropwizard-request-tracker |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Request Tracker
Track service requests through multiple hops using a UUID
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.serviceenabled/dropwizard-request-tracker/ -->
<dependency>
<groupId>com.serviceenabled</groupId>
<artifactId>dropwizard-request-tracker</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.serviceenabled/dropwizard-request-tracker/
implementation 'com.serviceenabled:dropwizard-request-tracker:2.0.0'
// https://jarcasting.com/artifacts/com.serviceenabled/dropwizard-request-tracker/
implementation ("com.serviceenabled:dropwizard-request-tracker:2.0.0")
'com.serviceenabled:dropwizard-request-tracker:jar:2.0.0'
<dependency org="com.serviceenabled" name="dropwizard-request-tracker" rev="2.0.0">
<artifact name="dropwizard-request-tracker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.serviceenabled', module='dropwizard-request-tracker', version='2.0.0')
)
libraryDependencies += "com.serviceenabled" % "dropwizard-request-tracker" % "2.0.0"
[com.serviceenabled/dropwizard-request-tracker "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-client | jar | 0.9.1 |
io.dropwizard : dropwizard-logging | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.dropwizard : dropwizard-testing | jar | 0.9.1 |
org.mockito : mockito-core | jar | 1.10.19 |
org.hamcrest : hamcrest-library | jar | 1.3 |