From 032d42c14e235c9691faff7d0ba9896bfdeba4a2 Mon Sep 17 00:00:00 2001 From: Josua Blejeru Date: Sat, 12 Aug 2023 00:02:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20specify=20installation=20steps?= =?UTF-8?q?=20for=20gradle=20&=20maven?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 33a1a21..1bb1d63 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,24 @@ The initial libraries and tests were written (under the commission of GS1 AISBL) by one of the experts in the technical group that selected the algorithm based on its performance during the analysis of several alternative schemes under consideration. + +Installation +------------ + +Using Maven +```xml + + + org.gs1 + GMN + 1.0 + + +``` + +Using Gradle +```kotlin +dependencies { + implementation("org.gs1:GMN:1.0") +} +``` \ No newline at end of file