Skip to content

0.5.4

Compare
Choose a tag to compare
@ajsutton ajsutton released this 11 Aug 01:15
· 178 commits to develop since this release
8350a55

See PR #133 for fixes

Using Gradle

   repositories {
       jcenter()
   }

   implementation 'io.libp2p:jvm-libp2p-minimal:0.5.4-RELEASE'

Using Maven

  <dependency>
    <groupId>io.libp2p</groupId>
    <artifactId>jvm-libp2p-minimal</artifactId>
    <version>0.5.4-RELEASE</version>
    <type>pom</type>
  </dependency>