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
6- # IBM Cloud Code Engine Java SDK Version 2.0.3
4+ # IBM Cloud Code Engine Java SDK Version 2.0.5
75
86Java client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
97
@@ -41,7 +39,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4139
4240Service Name | Artifact Coordinates
4341--- | ---
44- [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:2.0.3
42+ [ Code Engine] ( https://cloud.ibm.com/apidocs/codeengine/codeengine-v2.0.0 ) | com.ibm.cloud.code-engine:2.0.5
4543
4644## Prerequisites
4745
@@ -53,7 +51,7 @@ Service Name | Artifact Coordinates
5351
5452## Installation
5553
56- The current version of this SDK is: 2.0.3
54+ The current version of this SDK is: 2.0.5
5755
5856Each service's artifact coordinates are listed in the table above.
5957
@@ -72,16 +70,18 @@ Here are examples for maven and gradle:
7270<dependency >
7371 <groupId >com.ibm.cloud</groupId >
7472 <artifactId >code-engine</artifactId >
75- <version >2.0.3 </version >
73+ <version >2.0.5 </version >
7674</dependency >
7775```
7876
7977### Gradle
78+
8079``` gradle
81- compile 'com.ibm.cloud:code-engine:2.0.3 '
80+ compile 'com.ibm.cloud:code-engine:2.0.5 '
8281```
8382
8483## Using the SDK
84+
8585Examples and a demo are available in the [ module examples] ( /modules/examples ) folder.
8686
8787For general SDK usage information, please see [ this link] ( https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md )
@@ -93,14 +93,17 @@ please ask a question at
9393[ Stack Overflow] ( http://stackoverflow.com/questions/ask?tags=ibm-cloud ) .
9494
9595## Issues
96+
9697If you encounter an issue with the project, you are welcome to submit a
9798[ bug report] ( https://github.com/IBM/code-engine-java-sdk/issues ) .
9899Before that, please search for similar issues. It's possible that someone has already reported the problem.
99100
100101## Open source @ IBM
102+
101103Find more open source projects on the [ IBM Github Page] ( http://ibm.github.io/ )
102104
103105## Contributing
106+
104107See [ CONTRIBUTING] ( CONTRIBUTING.md ) .
105108
106109## License
0 commit comments