Monorepo with Java Kontent packages.
| Package | Summary | Version |
|---|---|---|
| Kontent Delivery Java SDK | The Kentico Kontent Delivery Java SDK is a client library used for retrieving content from Kentico Kontent | |
| Kontent Generators | This tool generates strongly-typed models based on Content Types in a Kentico Kontent project. | |
| Kontent Sample Spring Boot app | Showcase of the Spring boot application displaying data from Kontent. | source |
| Kontent Sample Gradle Console app | Simple Java console application showcasing how to load data from Kontent. | source |
If you wish to find out more about the project specification. Check out the Project information.
Required: Java 8 SDK (Oracle & OpenJDK both tested and supported)
-
Ensure your
JAVA_HOMEenvironment is set. -
Clone this repository
git clone https://github.com/kentico/kontent-java-packages
-
Enter the cloned repository and build the project via the provided Gradle wrapper.
This command will build whole solution and run all tests in this monorepo.
cd kontent-java-packages ./gradlew clean build
💡 Then ideal next step is to test out the Kontent Sample Spring Boot app or load the project in In IDE (IntelliJ IDEA recommended) and run/debug tests in Kontent Delivery Java SDK.
// TODO finish publishing
// TODO add analytics