IBM COS Config SDK for Java

The IBM COS Config Web Services SDK for Java provides Java APIs for configuring software on IBM Cloud Object Storage.

License

License

Categories

Categories

Java Languages config Application Layer Libs Configuration
GroupId

GroupId

com.ibm.cos.config
ArtifactId

ArtifactId

ibm-cos-java-config
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

IBM COS Config SDK for Java
The IBM COS Config Web Services SDK for Java provides Java APIs for configuring software on IBM Cloud Object Storage.
Project URL

Project URL

https://github.com/ibm/ibm-cos-sdk-java
Source Code Management

Source Code Management

https://github.com/IBM/ibm-cos-sdk-java-config/tree/master

Download ibm-cos-java-config

How to add to project

<!-- https://jarcasting.com/artifacts/com.ibm.cos.config/ibm-cos-java-config/ -->
<dependency>
    <groupId>com.ibm.cos.config</groupId>
    <artifactId>ibm-cos-java-config</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cos.config/ibm-cos-java-config/
implementation 'com.ibm.cos.config:ibm-cos-java-config:1.3.0'
// https://jarcasting.com/artifacts/com.ibm.cos.config/ibm-cos-java-config/
implementation ("com.ibm.cos.config:ibm-cos-java-config:1.3.0")
'com.ibm.cos.config:ibm-cos-java-config:jar:1.3.0'
<dependency org="com.ibm.cos.config" name="ibm-cos-java-config" rev="1.3.0">
  <artifact name="ibm-cos-java-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cos.config', module='ibm-cos-java-config', version='1.3.0')
)
libraryDependencies += "com.ibm.cos.config" % "ibm-cos-java-config" % "1.3.0"
[com.ibm.cos.config/ibm-cos-java-config "1.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.ibm.cloud : sdk-core jar 2.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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.

com.ibm.cos.config

International Business Machines

Versions

Version
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0