> For the complete documentation index, see [llms.txt](https://docs.inrupt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inrupt.com/support/supported-versions/jcl.md).

# Java Client Library

This describes the support phases for versions of Java Client Library. The versions listed here are based on [Inrupt’s version maintenance and support policy](https://www.inrupt.com/maintenance-policy).

{% hint style="info" %}
Any versions not included in these tables are End of Life. New versions will be added to their respective sections when released.
{% endhint %}

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 1.3.x    | 2024-12-13 | Full Support |              |            |
| 1.2.x    | 2024-09-20 | Deprecated   |              |            |
| 1.1.x    | 2023-11-29 | End of Life  |              | 2024-12-13 |
| 1.0.x    | 2023-07-17 | End of Life  |              | 2024-09-20 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inrupt.com/support/supported-versions/jcl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
