The sdk-common
package is a utility package providing domain model classes and DTOs for services of the Superb Data Kraken Platform (SDK).
For a more detailed understanding of the broader context of the platform this package is used in, refer to the architecture documentation. (#TODO)
For a comprehensive guide on installing the SDK, refer to the installation instructions. (#TODO)
Follow the instructions below to set up a local copy of the project for development and testing.
- jdk >= 17
- Maven 3.6.x (if you're not using the Maven wrapper)
To set up your local environment for development and testing, follow these steps:
- Clone the repository:
git clone https://github.com/EFS-OpenSource/superb-data-kraken-common.git cd superb-data-kraken-common
- Build the project and install the package to your local Maven repository:
./mvnw clean install
To include this module in your project, simply add the following dependency declaration to the section of your pom.xml:
<dependency>
<groupId>com.efs.sdk</groupId>
<artifactId>sdk-common</artifactId>
<version>${version}</version>
</dependency>
Links to tools used for building. Example:
- Maven v3.6.3 (see this Link)
See the Contribution Guide.
See the Changelog.