Home

Awesome

Build Status Maven Central Javadoc Release License semantic-release

IBM Cloud VPC Java SDK Version 0.20.0

Java client library to interact with various IBM Cloud VPC offerings.

This SDK uses Semantic Versioning, and as such there may be backward-incompatible changes for any new 0.y.z version.

Table of Contents

<!-- The TOC below is generated using the `markdown-toc` node package. https://github.com/jonschlinkert/markdown-toc You should regenerate the TOC after making changes to this file. npx markdown-toc --maxdepth 4 -i README.md --> <!-- toc --> <!-- tocstop -->

Overview

The IBM Cloud VPC Java SDK allows developers to programmatically interact with the following IBM Cloud services:

Service NameArtifact Coordinates
VPCcom.ibm.cloud:vpc:0.20.0

Prerequisites

Installation

The current version of this SDK is: 0.20.0

Each service's artifact coordinates are listed in the Overview table.

The project artifacts are published on the following public maven repositories:

<!-- - [JCenter](https://bintray.com/bintray/jcenter) - For information on how to use the public JCenter maven repository, open [this link](https://bintray.com/bintray/jcenter) then click the `Set Me Up!` button. -->

To use a particular service, define a dependency that contains the artifact coordinates (group id, artifact id, and version) for the service, like this:

Maven
<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>vpc</artifactId>
    <version>0.20.0</version>
</dependency>
Gradle
'com.ibm.cloud:vpc:0.20.0'

Using the SDK

For general SDK usage information, see the IBM Cloud SDK Common README

Questions

If you have difficulties using this SDK or you have a question about the IBM Cloud services, ask a question at Stack Overflow.

Issues

If you encounter an issue with the project, you are welcome to submit a bug report. Before you create a new issue, search for similar issues. It's possible that someone has already reported the problem.

Open source @ IBM

Find more open source projects on the IBM GitHub Page

Contributing

See CONTRIBUTING.

License

The IBM Cloud VPC Java SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.