License |
License |
---|---|
GroupId | GroupIdcom.yammer.tenacity |
ArtifactId | ArtifactIdtenacity-bom |
Last Version | Last Version1.2.0.dw9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTenacity BOM
Bill of materials to make sure a consistent set of versions is used for Tenacity modules.
|
Filename | Size |
---|---|
tenacity-bom-1.2.0.dw9.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-bom/ -->
<dependency>
<groupId>com.yammer.tenacity</groupId>
<artifactId>tenacity-bom</artifactId>
<version>1.2.0.dw9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-bom/
implementation 'com.yammer.tenacity:tenacity-bom:1.2.0.dw9'
// https://jarcasting.com/artifacts/com.yammer.tenacity/tenacity-bom/
implementation ("com.yammer.tenacity:tenacity-bom:1.2.0.dw9")
'com.yammer.tenacity:tenacity-bom:pom:1.2.0.dw9'
<dependency org="com.yammer.tenacity" name="tenacity-bom" rev="1.2.0.dw9">
<artifact name="tenacity-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yammer.tenacity', module='tenacity-bom', version='1.2.0.dw9')
)
libraryDependencies += "com.yammer.tenacity" % "tenacity-bom" % "1.2.0.dw9"
[com.yammer.tenacity/tenacity-bom "1.2.0.dw9"]