Categories |
CategoriesRatpack User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.ratpack |
ArtifactId | ArtifactIdratpack-hystrix |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
ratpack-hystrix-0.9.5.pom | |
ratpack-hystrix-0.9.5.jar | 3 KB |
ratpack-hystrix-0.9.5-sources.jar | 4 KB |
ratpack-hystrix-0.9.5-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-hystrix/ -->
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-hystrix</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-hystrix/
implementation 'io.ratpack:ratpack-hystrix:0.9.5'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-hystrix/
implementation ("io.ratpack:ratpack-hystrix:0.9.5")
'io.ratpack:ratpack-hystrix:jar:0.9.5'
<dependency org="io.ratpack" name="ratpack-hystrix" rev="0.9.5">
<artifact name="ratpack-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-hystrix', version='0.9.5')
)
libraryDependencies += "io.ratpack" % "ratpack-hystrix" % "0.9.5"
[io.ratpack/ratpack-hystrix "0.9.5"]