| GroupId | GroupIdorg.vaslabs.talos |
|---|---|
| ArtifactId | ArtifactIdhystrixreporter_2.12 |
| Version | Version0.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.vaslabs.talos/hystrixreporter_2.12/ -->
<dependency>
<groupId>org.vaslabs.talos</groupId>
<artifactId>hystrixreporter_2.12</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vaslabs.talos/hystrixreporter_2.12/
implementation 'org.vaslabs.talos:hystrixreporter_2.12:0.2.0'
// https://jarcasting.com/artifacts/org.vaslabs.talos/hystrixreporter_2.12/
implementation ("org.vaslabs.talos:hystrixreporter_2.12:0.2.0")
'org.vaslabs.talos:hystrixreporter_2.12:jar:0.2.0'
<dependency org="org.vaslabs.talos" name="hystrixreporter_2.12" rev="0.2.0">
<artifact name="hystrixreporter_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vaslabs.talos', module='hystrixreporter_2.12', version='0.2.0')
)
libraryDependencies += "org.vaslabs.talos" % "hystrixreporter_2.12" % "0.2.0"
[org.vaslabs.talos/hystrixreporter_2.12 "0.2.0"]