# DeepJ [![Build Number](https://api.5servers.us/get/badges?uniqueid=deepj&get-type=version.badge)](https://ci.nevets.tech/view/Alec/job/DeepJ%20Improved/) (Code for this badge was stolen from [Steven](https://git.nevets.tech/Steven)) [![Build Status](https://ci.nevets.tech/view/Alec/job/DeepJ%20Improved/badge/icon)](https://ci.nevets.tech/view/Alec/job/DeepJ%20Improved/) > Quick Setup
Gradle

Go to your build.gradle file and type: ``` repositories { maven { url "https://git.nevets.tech/api/packages/5gi/maven" } } ``` and ``` dependencies { implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION' } ```

Maven

Go to your pom.xml file and type: ``` gitea https://git.nevets.tech/api/packages/5gi/maven ``` and ``` com.the5gi.deepj DeepJ 1.2.5 ```

> Info [To see more details, see the wiki](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup). ________________________________________ DeepJ is a Java Wrapper for the DeepL Free Public API. This was originally made by Steven (Forked From) and Updated by 5gi