Home

Awesome

IBM COS Resource Configuration SDK for Java

This package allows Java developers to write software that interacts with the Resource Configuration API for IBM Cloud Object Storage.

Documentation

Changes to the SDK are tracked in the CHANGELOG.md file.

Quick start

You'll need:

Getting the SDK

The recommended way to use the IBM COS SDKs for Java in your project is to consume it from Maven. Import the ibm-cos-java-config and specify the SDK Maven modules that your project needs in the dependencies:

<dependencies>
  <dependency>
    <groupId>com.ibm.cos.config</groupId>
    <artifactId>ibm-cos-java-config</artifactId>
  </dependency>
</dependencies>

Building from source

Once you check out the code from GitHub, you can build it using Maven:

mvn clean install

Getting help

Feel free to use GitHub issues for tracking bugs and feature requests, but for help please use one of the following resources:

License

This SDK is distributed under the Apache License, Version 2.0.