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.
- Overview
- Prerequisites
- Installation
- Using the SDK
- Questions
- Issues
- Open source @ IBM
- Contributing
- License
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.22.0 |
- An IBM Cloud account.
- An IAM API key to allow the SDK to access your account. Create an apikey here.
- Java 8 or above.
The current version of this SDK is: 0.22.0
Each service's artifact coordinates are listed in the Overview table.
The project artifacts are published on the following public maven repositories:
- Maven Central - The default public repository used by maven to search for dependencies. To use this repository within your gradle build, see Declaring 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:
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>vpc</artifactId>
<version>0.22.0</version>
</dependency>
'com.ibm.cloud:vpc:0.22.0'
For general SDK usage information, see the IBM Cloud SDK Common README
If you have difficulties using this SDK or you have a question about the IBM Cloud services, ask a question at Stack Overflow.
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.
Find more open source projects on the IBM GitHub Page
See CONTRIBUTING.
The IBM Cloud VPC Java SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.