Skip to content

Commit 9064c41

Browse files
authored
Merge pull request #5 from celeduc/fixmaven
add multibase dependency to pom.xml
2 parents ef5b863 + c27a3ab commit 9064c41

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
44
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![Release](https://jitpack.io/v/multiformats/java-multihash.svg)]
7+
(https://jitpack.io/#multiformats/java-multihash)
68

79
> A Java implementation of Multihash
810

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
<hamcrest.version>1.3</hamcrest.version>
3737
</properties>
3838

39+
<repositories>
40+
<repository>
41+
<id>jitpack.io</id>
42+
<url>https://jitpack.io</url>
43+
</repository>
44+
</repositories>
45+
3946
<dependencies>
4047
<dependency>
4148
<groupId>junit</groupId>
@@ -49,6 +56,11 @@
4956
<version>${hamcrest.version}</version>
5057
<scope>test</scope>
5158
</dependency>
59+
<dependency>
60+
<groupId>com.github.multiformats</groupId>
61+
<artifactId>java-multibase</artifactId>
62+
<version>v1.0.0</version>
63+
</dependency>
5264
</dependencies>
5365

5466
<build>

0 commit comments

Comments
 (0)