GroupId | GroupIdcom.hubspot |
---|---|
ArtifactId | ArtifactIdhystrix-s3-decorator |
Version | Version0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hubspot/hystrix-s3-decorator/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>hystrix-s3-decorator</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/hystrix-s3-decorator/
implementation 'com.hubspot:hystrix-s3-decorator:0.8'
// https://jarcasting.com/artifacts/com.hubspot/hystrix-s3-decorator/
implementation ("com.hubspot:hystrix-s3-decorator:0.8")
'com.hubspot:hystrix-s3-decorator:jar:0.8'
<dependency org="com.hubspot" name="hystrix-s3-decorator" rev="0.8">
<artifact name="hystrix-s3-decorator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='hystrix-s3-decorator', version='0.8')
)
libraryDependencies += "com.hubspot" % "hystrix-s3-decorator" % "0.8"
[com.hubspot/hystrix-s3-decorator "0.8"]