MVN

io.proximax : java-xpx-ipfs-api

Maven & Gradle

Aug 16, 2019
1 usages
3 stars

ProximaX IPFS Java API · The ProximaX IPFS Java API is a Java library for interacting IPFS server.

<dependency>
    <groupId>io.proximax</groupId>
    <artifactId>java-xpx-ipfs-api</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.proximax : java-xpx-ipfs-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of io.proximax : java-xpx-ipfs-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
java-xpx-ipfs-api-0.4.1
java-xpx-ipfs-api-0.4.0

How to add a dependency to Maven

Add the following io.proximax : java-xpx-ipfs-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.proximax</groupId>
    <artifactId>java-xpx-ipfs-api</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.proximax : java-xpx-ipfs-api gradle dependency to your build.gradle file:

implementation 'io.proximax:java-xpx-ipfs-api:0.4.1'

Gradle Kotlin DSL: Add the following io.proximax : java-xpx-ipfs-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.proximax:java-xpx-ipfs-api:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.proximax : java-xpx-ipfs-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.proximax" % "java-xpx-ipfs-api" % "0.4.1"

Advertisement