From f2dcea0a954478f4332520c2e7981cc2e7b19602 Mon Sep 17 00:00:00 2001 From: 5gi <5gi@gitea.noreply@nevets.tech> Date: Thu, 10 Nov 2022 11:13:26 -0500 Subject: [PATCH] Update 'Home' --- Home.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 ``` + + -----
Go to your build.gradle file and type: @@ -20,9 +21,11 @@ dependencies { implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION' } ``` ------ +
Go to your pom.xml file and type: @@ -44,6 +47,8 @@ and ``` +