---
title: "[Java] - About Java Delivery SDK"
description: About Java Delivery SDK
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/java/about-java-delivery-sdk
product: Contentstack
doc_type: sdk-overview
audience:
  - developers
  - java-developers
version: unknown
last_updated: 2026-03-26
---

# [Java] - About Java Delivery SDK

This page introduces the Contentstack Java Delivery SDK, explains what it is used for, and points Java developers to the prerequisites and next steps for integrating Contentstack content delivery into Java applications.

## About Java Delivery SDK

*Use Contentstack to power content for your Java projects*

Contentstack provides Java SDK that Developers can use to develop Java applications and power its content from Contentstack. The Contentstack Java SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Java-based applications.

**Note**: The Contentstack Java SDK supports Java version 1.8 or later.

In order to integrate your Java app with Contentstack Java SDK, follow the steps mentioned in the [Get Started](/docs/developers/java/get-started-with-java-sdk) section.

You can check out the [sample Java apps](/docs/developers/sdks/content-delivery-sdk/java/#sample-apps-for-java) that Contentstack have developed to see Java SDK in action.

## More resources

- [View and Download Java Delivery SDK repository on GitHub](https://github.com/contentstack/contentstack-java)

## Common questions

**How does the Contentstack Java SDK fetch content?**  
The Contentstack Java SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Java-based applications.

**What Java versions are supported by the Contentstack Java SDK?**  
**Note**: The Contentstack Java SDK supports Java version 1.8 or later.

**Where do I start to integrate the Java SDK into my app?**  
Follow the steps mentioned in the [Get Started](/docs/developers/java/get-started-with-java-sdk) section.

**Where can I find the Java SDK source code?**  
- [View and Download Java Delivery SDK repository on GitHub](https://github.com/contentstack/contentstack-java)