Skip to content

Commit d9244f8

Browse files
committed
Jitpack info
1 parent faec305 commit d9244f8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,23 @@ Multihash m = Multihash.fromBase58("QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52v
1616
## Dependency
1717
You can use this project by building the JAR file as specified below, or by using [JitPack](https://jitpack.io/#multihash/java-multihash/) (also supporting Gradle, SBT, etc).
1818

19-
for Maven, you can add to your POM.XML:
19+
for Maven, you can add the follwing sections to your POM.XML:
20+
```
2021
<repositories>
2122
<repository>
2223
<id>jitpack.io</id>
2324
<url>https://jitpack.io</url>
2425
</repository>
2526
</repositories>
2627
27-
<dependency>
28+
<dependencies>
29+
<dependency>
2830
<groupId>com.github.multiformats</groupId>
2931
<artifactId>java-multihash</artifactId>
3032
<version>v1.0.0</version>
31-
</dependency>
33+
</dependency>
34+
</dependencies>
35+
```
3236

3337
## Testing
3438

0 commit comments

Comments
 (0)