MVN

io.bitcoinsv.headerSV : block-headers-client

Maven & Gradle

Oct 04, 2021
30 stars

block-headers-client · A lightweight header client for the Bitcoin SV Blockchain

<dependency>
    <groupId>io.bitcoinsv.headerSV</groupId>
    <artifactId>block-headers-client</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitcoinsv.headerSV : block-headers-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.bitcoinsv.headerSV : block-headers-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
block-headers-client-1.0.2
block-headers-client-1.0.1
block-headers-client-1.0.0

How to add a dependency to Maven

Add the following io.bitcoinsv.headerSV : block-headers-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitcoinsv.headerSV</groupId>
    <artifactId>block-headers-client</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitcoinsv.headerSV : block-headers-client gradle dependency to your build.gradle file:

implementation 'io.bitcoinsv.headerSV:block-headers-client:1.0.2'

Gradle Kotlin DSL: Add the following io.bitcoinsv.headerSV : block-headers-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitcoinsv.headerSV:block-headers-client:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitcoinsv.headerSV : block-headers-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitcoinsv.headerSV" % "block-headers-client" % "1.0.2"