11[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-java-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-java-sdk )
2- <!--
32[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
4- -->
53
64# IBM Cloud Code Engine Java SDK Version 2.0.4
5+
76Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
87
98## Table of Contents
@@ -40,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4039
4140Service Name | Artifact Coordinates
4241--- | ---
43- [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:2.0.0
42+ [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:2.0.4
4443
4544## Prerequisites
4645
@@ -51,6 +50,7 @@ Service Name | Artifact Coordinates
5150* Java 8 or above.
5251
5352## Installation
53+
5454The current version of this SDK is: 2.0.4
5555
5656Each service's artifact coordinates are listed in the table above.
@@ -75,11 +75,13 @@ Here are examples for maven and gradle:
7575```
7676
7777### Gradle
78+
7879``` gradle
7980compile 'com.ibm.cloud:code-engine:2.0.4'
8081```
8182
8283## Using the SDK
84+
8385Examples and a demo are available in the [ module examples] ( /modules/examples ) folder.
8486
8587For general SDK usage information, please see [ this link] ( https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md )
@@ -91,14 +93,17 @@ please ask a question at
9193[ Stack Overflow] ( http://stackoverflow.com/questions/ask?tags=ibm-cloud ) .
9294
9395## Issues
96+
9497If you encounter an issue with the project, you are welcome to submit a
9598[ bug report] ( https://github.com/IBM/code-engine-java-sdk/issues ) .
9699Before that, please search for similar issues. It's possible that someone has already reported the problem.
97100
98101## Open source @ IBM
102+
99103Find more open source projects on the [ IBM Github Page] ( http://ibm.github.io/ )
100104
101105## Contributing
106+
102107See [ CONTRIBUTING] ( CONTRIBUTING.md ) .
103108
104109## License
0 commit comments