diff --git a/Home.md b/Home.md index d4e96b9..9ae4a97 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,8 @@ [Usage/Setup](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup) # Usage/Setup -### Gradle +
Gradle +

Go to your build.gradle file and type: @@ -20,9 +21,11 @@ dependencies { implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION' } ``` ------ +

+
-### Maven +
Maven +

Go to your pom.xml file and type: @@ -44,6 +47,8 @@ and ``` +

+
-----