b2-sdk-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.backblaze.b2</groupId> <artifactId>b2-sdk-core</artifactId> <version>6.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.backblaze.b2</groupId> <artifactId>b2-sdk-core</artifactId> <version>6.3.0</version> <name>B2 SDK for Java core components</name> <description>The core logic for B2 SDK for Java. Does not include any implementations of B2WebApiClient.</description> <url>https://github.com/Backblaze/b2-sdk-java</url> <licenses> <license> <name>MIT</name> <url>https://www.backblaze.com/using_b2_code.html</url> </license> </licenses> <developers> <developer> <name>Backblaze</name> <email>maven@backblaze.com</email> <organization>Backblaze, Inc.</organization> <organizationUrl>https://www.backblaze.com</organizationUrl> </developer> </developers> <scm> <connection>scm:https://github.com/Backblaze/b2-sdk-java.git</connection> <developerConnection>scm:git:ssh://git@github.com:Backblaze/b2-sdk-java.git</developerConnection> <url>https://github.com/Backblaze/b2-sdk-java</url> </scm> </project>