GroupId | GroupIdio.thorntail.testsuite |
---|---|
ArtifactId | ArtifactIdtestsuite-hystrix |
Version | Version2.2.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-hystrix/ -->
<dependency>
<groupId>io.thorntail.testsuite</groupId>
<artifactId>testsuite-hystrix</artifactId>
<version>2.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-hystrix/
implementation 'io.thorntail.testsuite:testsuite-hystrix:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.testsuite/testsuite-hystrix/
implementation ("io.thorntail.testsuite:testsuite-hystrix:2.2.0.Final")
'io.thorntail.testsuite:testsuite-hystrix:jar:2.2.0.Final'
<dependency org="io.thorntail.testsuite" name="testsuite-hystrix" rev="2.2.0.Final">
<artifact name="testsuite-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.testsuite', module='testsuite-hystrix', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail.testsuite" % "testsuite-hystrix" % "2.2.0.Final"
[io.thorntail.testsuite/testsuite-hystrix "2.2.0.Final"]