| License | License | 
|---|---|
| GroupId | GroupIdcom.yammer.tenacity | 
| ArtifactId | ArtifactIdtenacity-core-legacy | 
| Last Version | Last Version0.2.8 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDropwizard + Hystrix | 
<!-- https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-core-legacy/ -->
<dependency>
    <groupId>com.yammer.tenacity</groupId>
    <artifactId>tenacity-core-legacy</artifactId>
    <version>0.2.8</version>
</dependency>// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-core-legacy/
implementation 'com.yammer.tenacity:tenacity-core-legacy:0.2.8'// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-core-legacy/
implementation ("com.yammer.tenacity:tenacity-core-legacy:0.2.8")'com.yammer.tenacity:tenacity-core-legacy:jar:0.2.8'<dependency org="com.yammer.tenacity" name="tenacity-core-legacy" rev="0.2.8">
  <artifact name="tenacity-core-legacy" type="jar" />
</dependency>@Grapes(
@Grab(group='com.yammer.tenacity', module='tenacity-core-legacy', version='0.2.8')
)libraryDependencies += "com.yammer.tenacity" % "tenacity-core-legacy" % "0.2.8"[com.yammer.tenacity/tenacity-core-legacy "0.2.8"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.yammer.tenacity : tenacity-core | jar | 0.2.8 | 
| com.yammer.dropwizard : dropwizard-core | jar | 0.5.1 | 
| com.yammer.dropwizard : dropwizard-auth | jar | 0.5.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.yammer.dropwizard : dropwizard-testing | jar | 0.5.1 |