delivery-sdk-java

Kentico Cloud Delivery Java SDK https://kenticocloud.com/

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.kenticocloud
ArtifactId

ArtifactId

delivery-sdk-java
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

delivery-sdk-java
Kentico Cloud Delivery Java SDK https://kenticocloud.com/
Project URL

Project URL

https://github.com/Kentico/delivery-sdk-java
Source Code Management

Source Code Management

https://github.com/Kentico/delivery-sdk-java

Download delivery-sdk-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.kenticocloud/delivery-sdk-java/ -->
<dependency>
    <groupId>com.kenticocloud</groupId>
    <artifactId>delivery-sdk-java</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.kenticocloud/delivery-sdk-java/
implementation 'com.kenticocloud:delivery-sdk-java:1.0.6'
// https://jarcasting.com/artifacts/com.kenticocloud/delivery-sdk-java/
implementation ("com.kenticocloud:delivery-sdk-java:1.0.6")
'com.kenticocloud:delivery-sdk-java:jar:1.0.6'
<dependency org="com.kenticocloud" name="delivery-sdk-java" rev="1.0.6">
  <artifact name="delivery-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kenticocloud', module='delivery-sdk-java', version='1.0.6')
)
libraryDependencies += "com.kenticocloud" % "delivery-sdk-java" % "1.0.6"
[com.kenticocloud/delivery-sdk-java "1.0.6"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.fasterxml.jackson.core : jackson-core jar 2.8.9
com.fasterxml.jackson.core : jackson-databind jar 2.8.9
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.4.0
org.apache.httpcomponents : httpclient jar 4.5.3
commons-beanutils : commons-beanutils jar 1.9.3
io.github.lukehutch : fast-classpath-scanner jar 2.4.7

test (4)

Group / Artifact Type Version
org.thymeleaf : thymeleaf jar 3.0.0.RELEASE
junit : junit jar 4.12
org.apache.httpcomponents : httpclient jar 4.5.3
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Kontent Java Packages

Monorepo with Java Kontent packages.

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 Download
Kontent Generators This tool generates strongly-typed models based on Content Types in a Kentico Kontent project. Download
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
Kontent Sample Android app (Java) Showcase of the Android application written in Java using RxJava for data fetching from Kontent. source
Kontent Sample Android app (Kotlin) Showcase of the Android application written in Kotlin using Kotlin Coroutines for data fetching from Kontent. source

Development

If you wish to find out more about the project specification. Check out the Project information.

Prerequisites

Required: Java 8 SDK (Oracle & OpenJDK both tested and supported)

Build and Test

  • Ensure your JAVA_HOME environment 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.

    To grant execution rights for gradlew binary, you could use chmod a+x ./gradlew which allows execution to everybody.

    cd kontent-java-packages
    ./gradlew clean build

    The command will build whole solution and run all tests in this monorepo.

๐Ÿ’ก Next steps

The 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.

Publishing

If you want to publish the new version, you need to have an access to Bintray's Kentico organization.

  1. Copy the local.properties.template file in this directory to local.properties (which will be idnored by Git)).
  2. Set each variable on local.properties from the password manager, or contact @Kentico/developer-relations team to get them.
  3. Set version you want to publish in build.gradle.
  4. Build the solution ./gradlew build.
  5. Run ./gradlew bintrayUpload.

Analytics

com.kenticocloud

Kentico

Open-Source Software, from Kentico with ๐Ÿ’˜

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0