is not current version
Last Version 6.0.0

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

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.0.0
Type

Type

jar

Download b2-sdk-httpclient 1.0.0


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