is not current version
Last Version 6.0.0

com.backblaze.b2:b2-sdk-httpclient 1.1.1

Apache HttpClient support for B2 SDK for Java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.backblaze.b2
ArtifactId

ArtifactId

b2-sdk-httpclient
Version

Version

1.1.1
Type

Type

jar

Download b2-sdk-httpclient 1.1.1


<!-- https://jarcasting.com/artifacts/com.backblaze.b2/b2-sdk-httpclient/ -->
<dependency>
    <groupId>com.backblaze.b2</groupId>
    <artifactId>b2-sdk-httpclient</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.backblaze.b2/b2-sdk-httpclient/
implementation 'com.backblaze.b2:b2-sdk-httpclient:1.1.1'
// https://jarcasting.com/artifacts/com.backblaze.b2/b2-sdk-httpclient/
implementation ("com.backblaze.b2:b2-sdk-httpclient:1.1.1")
'com.backblaze.b2:b2-sdk-httpclient:jar:1.1.1'
<dependency org="com.backblaze.b2" name="b2-sdk-httpclient" rev="1.1.1">
  <artifact name="b2-sdk-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.backblaze.b2', module='b2-sdk-httpclient', version='1.1.1')
)
libraryDependencies += "com.backblaze.b2" % "b2-sdk-httpclient" % "1.1.1"
[com.backblaze.b2/b2-sdk-httpclient "1.1.1"]