h

hystrix-s3-decorator

Files download
File Operation
hystrix-s3-decorator-0.11.jar download
hystrix-s3-decorator-0.11.pom download
hystrix-s3-decorator-0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot</groupId>
  <artifactId>hystrix-s3-decorator</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot:hystrix-s3-decorator:0.11'
Gradle Kotlin
implementation("com.hubspot:hystrix-s3-decorator:0.11")
Scala SBT
libraryDependencies += "com.hubspot" % "hystrix-s3-decorator" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot', module='hystrix-s3-decorator', version='0.11')
)
Apache Ivy
<dependency org="com.hubspot" name="hystrix-s3-decorator" rev="0.11" />
Leiningen
[com.hubspot/hystrix-s3-decorator "0.11"]
Apache Buildr
'com.hubspot:hystrix-s3-decorator:jar:0.11'