Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPaparella committed Jul 31, 2022
1 parent 85da344 commit b79b39c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ A java implementation for:

![Class diagram](./img/Graph_class_diagram.png)

## Instructions

Artifact uploaded to Maven Central, add this code to your `pom.xml`:

```
<dependency>
<groupId>io.github.alessandropaparella</groupId>
<artifactId>graph</artifactId>
<version>...</version>
</dependency>
```

0 comments on commit b79b39c

Please sign in to comment.