# Java SDK

The Java SDK makes it easy for developers to integrate Rev AI services with their Java applications.

The Java SDK requires Java v8 or v11.

Installation
Install via Maven:


```xml
<dependency>
  <groupId>ai.rev</groupId>
  <artifactId>revai-java-sdk</artifactId>
</dependency>
```

Get Started
Learn the basics of the SDK.

Code Samples
Code quicker with pre-validated examples.

Source Code
Review, fork and contribute on GitHub.

Bugs and Feedback
Report issues and provide feedback.

Additional Documentation
Learn more about SDK features and usage.