License |
License |
---|---|
GroupId | GroupIdcom.yammer.tenacity |
ArtifactId | ArtifactIdtenacity-parent |
Last Version | Last Version1.2.0.dw9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTenacity
Dropwizard + Hystrix
|
Filename | Size |
---|---|
tenacity-parent-1.2.0.dw9.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-parent/ -->
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-parent</artifactId>
<version>1.2.0.dw9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-parent/
implementation 'com.yammer.tenacity:tenacity-parent:1.2.0.dw9'
// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-parent/
implementation ("com.yammer.tenacity:tenacity-parent:1.2.0.dw9")
'com.yammer.tenacity:tenacity-parent:pom:1.2.0.dw9'
<dependency org="com.yammer.tenacity" name="tenacity-parent" rev="1.2.0.dw9">
<artifact name="tenacity-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.tenacity', module='tenacity-parent', version='1.2.0.dw9')
)
libraryDependencies += "com.yammer.tenacity" % "tenacity-parent" % "1.2.0.dw9"
[com.yammer.tenacity/tenacity-parent "1.2.0.dw9"]