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

# Java SDK

> Arize AI for Model Monitoring, Troubleshooting, and Explainability

Our Java client can be used to instrument production services to observe your machine learning models and their features, predicted labels, and actual labels over time with a few lines of code.

Requires Java 8 LTS or above.

## Artifacts

For Maven projects, you can import the artifacts as shown below. The latest version can be found on the maven repository for [com.arize](https://search.maven.org/artifact/com.arize/arize-api-client).

```html theme={null}
<!-- The client -->
<dependency>
  <groupId>com.arize</groupId>
  <artifactId>arize-api-client</artifactId>
  <version>2.0.3</version>
</dependency>
```

<Info>
  Questions? Email us at [support@arize.com](mailto::support@arize.com) or [Slack us](https://arize-ai.slack.com/) in the #arize-support channel
</Info>
