> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apitally.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Java SDK reference

> Overview of the Apitally SDK for Java.

<CardGroup cols={2}>
  <Card title="GitHub repository" icon="github" href="https://github.com/apitally/apitally-java" target="_blank">
    apitally/apitally-java
  </Card>

  <Card title="Maven artifact" icon="java" href="https://central.sonatype.com/artifact/io.apitally/apitally" target="_blank">
    io.apitally/apitally
  </Card>
</CardGroup>

## Installation

<CodeGroup>
  ```xml Maven theme={null}
  <dependency>
    <groupId>io.apitally</groupId>
    <artifactId>apitally</artifactId>
    <version>[0.1.0,)</version>
  </dependency>
  ```

  ```groovy Gradle theme={null}
  dependencies {
    implementation 'io.apitally:apitally:+'
  }
  ```
</CodeGroup>

## Supported frameworks

The Java SDK currently supports the web frameworks listed below. If your framework is not listed, please [let us know](/support) and we'll consider adding support for it.

Click on a framework for a detailed setup guide.

<CardGroup cols={3}>
  <Card
    title="Spring Boot"
    icon={
  <img
    src="https://assets.apitally.io/frameworks/spring-icon.svg"
    style={{ height: "32px", maxWidth: "unset", margin: 0 }}
    alt="Spring icon"
  />
}
    href="/setup-guides/spring-boot"
  />
</CardGroup>
