# Dependency license guide

In the table below are the dependencies (in format: groupId:artifatcId), which are used by the app, along with the licenses we used for them. Only those are listed here, whose licensing terms require it.

| ch.qos.logback:logback-classic                     | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| -------------------------------------------------- | ------------------------------------------------------------------- |
| ch.qos.logback:logback-core                        | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| javax.xml.bind:jaxb-api                            | [CDDL-1-0](https://opensource.org/license/cddl-1-0)                 |
| org.aspectj:aspectjweaver                          | [EPL-1.0](https://www.eclipse.org/legal/epl/epl-v10.html)           |
| org.hibernate.common:hibernate-commons-annotations | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| org.hibernate.orm:hibernate-core                   | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| com.github.librepdf:openpdf                        | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| com.openhtmltopdf:openhtmltopdf-core               | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| com.openhtmltopdf:openhtmltopdf-pdfbox             | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| org.xhtmlrenderer:flying-saucer-core               | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |
| org.xhtmlrenderer:flying-saucer-pdf                | [LGPL-2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) |


---

# Agent Instructions: 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.meta-inf.hu/content-exporter-confluence/dependency-license-guide.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.
