ricellis / java-sdk-core

The java-sdk-core repo contains java classes that serve as an enabling layer for client SDKs generated by the IBM OpenAPI SDK Generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maven Central

java-sdk-core

This project contains the core classes used by Java SDK's generated by the IBM OpenAPI SDK Generator (openapi-sdkgen). Java code generated by openapi-sdkgen will depend on the classes contained in this project. Therefore, each Java SDK project will need to define a dependency on this project.

Installation

You can use this project by defining it as a dependency within your "Java SDK" project (i.e. a project containing java code generated by the IBM OpenAPI SDK generator). To find the correct version to specify in your dependency definitions, consult the Releases tab of this github repository. There you will find the published releases (versions) of the project.

Maven
<dependency>
	<groupId>com.ibm.cloud</groupId>
	<artifactId>sdk-core</artifactId>
	<version>3.0.3</version>
</dependency>
Gradle
'com.ibm.cloud:sdk-core:3.0.3'

Javadoc

You can find the Javadoc for this project here: https://ibm.github.io/java-sdk-core/

Issues

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

Open source @ IBM

Find more open source projects on the IBM Github Page

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

See CONTRIBUTING.md.

Code of conduct

See CODE_OF_CONDUCT.md.

About

The java-sdk-core repo contains java classes that serve as an enabling layer for client SDKs generated by the IBM OpenAPI SDK Generator.

License:Apache License 2.0


Languages

Language:Java 98.1%Language:Makefile 0.9%Language:Shell 0.9%Language:Python 0.1%