Skip to content

IBM/vpc-java-sdk

Repository files navigation

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

Overview

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

Service Name Artifact Coordinates
VPC com.ibm.cloud:vpc:0.20.0

Prerequisites

  • An IBM Cloud account.
  • An IAM API key to allow the SDK to access your account. Create an apikey here.
  • Java 8 or above.

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:

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.