MVN

io.bitcoinsv.headerSV : headersv-rest

Maven & Gradle

Sep 20, 2022
30 stars

headersv-rest · A Service to synchronize with the BSV Chain and retrive Info from it

<dependency>
    <groupId>io.bitcoinsv.headerSV</groupId>
    <artifactId>headersv-rest</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitcoinsv.headerSV : headersv-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of io.bitcoinsv.headerSV : headersv-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
headersv-rest-2.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bitcoinsv.headerSV</groupId>
    <artifactId>headersv-rest</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitcoinsv.headerSV : headersv-rest gradle dependency to your build.gradle file:

implementation 'io.bitcoinsv.headerSV:headersv-rest:2.0.2'

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

implementation("io.bitcoinsv.headerSV:headersv-rest:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitcoinsv.headerSV : headersv-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitcoinsv.headerSV" % "headersv-rest" % "2.0.2"