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' } ```
Go to your pom.xml file and type:
```