MVN

io.vacco.purson : purson

Maven & Gradle

Dec 06, 2021

purson · Minimal IPFS client

<dependency>
    <groupId>io.vacco.purson</groupId>
    <artifactId>purson</artifactId>
    <version>0.1.0-MILESTONE-202112052241</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vacco.purson : purson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-MILESTONE-202112052241

All Versions

Choose a version of io.vacco.purson : purson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
purson-0.1.0-MILESTONE-202112052241

How to add a dependency to Maven

Add the following io.vacco.purson : purson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vacco.purson</groupId>
    <artifactId>purson</artifactId>
    <version>0.1.0-MILESTONE-202112052241</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vacco.purson : purson gradle dependency to your build.gradle file:

implementation 'io.vacco.purson:purson:0.1.0-MILESTONE-202112052241'

Gradle Kotlin DSL: Add the following io.vacco.purson : purson gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vacco.purson:purson:0.1.0-MILESTONE-202112052241")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vacco.purson : purson sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vacco.purson" % "purson" % "0.1.0-MILESTONE-202112052241"

Advertisement