Update 'Home'

5gi 2022-11-10 11:13:26 -05:00
parent 02165571b5
commit f2dcea0a95

11
Home.md

@ -2,7 +2,8 @@
[Usage/Setup](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup)
# Usage/Setup
### Gradle
<details><summary>Gradle</summary>
<p>
Go to your build.gradle file and type:
@ -20,9 +21,11 @@ dependencies {
implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION'
}
```
-----
</p>
</details>
### Maven
<details><summary>Maven</summary>
<p>
Go to your pom.xml file and type:
@ -44,6 +47,8 @@ and
</dependency>
</dependencies>
```
</p>
</details>
-----