MVN

cash.muro : repeson4bchn

Maven & Gradle

Jan 03, 2021
3 usages

repeson4bchn · A Java JSON-RPC client for Bitcoin Cash Node

<dependency>
    <groupId>cash.muro</groupId>
    <artifactId>repeson4bchn</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cash.muro : repeson4bchn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-alpha2
  • Latest Alpha: 0.1.0-alpha2

All Versions

Choose a version of cash.muro : repeson4bchn to add to Maven or Gradle - All Versions:

  • Version Updated
  • repeson4bchn-0.1.0-alpha2

    Jan 03, 2021
  • repeson4bchn-0.1.0-alpha

    Dec 20, 2020

How to add a dependency to Maven

Add the following cash.muro : repeson4bchn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cash.muro</groupId>
    <artifactId>repeson4bchn</artifactId>
    <version>0.1.0-alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cash.muro : repeson4bchn gradle dependency to your build.gradle file:

implementation 'cash.muro:repeson4bchn:0.1.0-alpha2'

Gradle Kotlin DSL: Add the following cash.muro : repeson4bchn gradle kotlin dependency to your build.gradle.kts file:

implementation("cash.muro:repeson4bchn:0.1.0-alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cash.muro : repeson4bchn sbt scala dependency to your build.sbt file:

libraryDependencies += "cash.muro" % "repeson4bchn" % "0.1.0-alpha2"