Skip to content

Commit

Permalink
πŸ“ specify installation steps for gradle & maven
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru committed Aug 11, 2023
1 parent d67eb5f commit 032d42c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependencies>
<dependency>
<groupId>org.gs1</groupId>
<artifactId>GMN</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
```

Using Gradle
```kotlin
dependencies {
implementation("org.gs1:GMN:1.0")
}
```

0 comments on commit 032d42c

Please sign in to comment.