h

headersv-core

A Service to synchronize with the BSV Chain and retrive Info from it
https://github.com/bitcoin-sv/block-headers-client/core
Open BSV License
m.fletcher i.fernandez
Files download
File Operation
headersv-core-2.0.2.jar download
headersv-core-2.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.bitcoinsv.headerSV</groupId>
  <artifactId>headersv-core</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.bitcoinsv.headerSV:headersv-core:2.0.2'
Gradle Kotlin
implementation("io.bitcoinsv.headerSV:headersv-core:2.0.2")
Scala SBT
libraryDependencies += "io.bitcoinsv.headerSV" % "headersv-core" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.bitcoinsv.headerSV', module='headersv-core', version='2.0.2')
)
Apache Ivy
<dependency org="io.bitcoinsv.headerSV" name="headersv-core" rev="2.0.2" />
Leiningen
[io.bitcoinsv.headerSV/headersv-core "2.0.2"]
Apache Buildr
'io.bitcoinsv.headerSV:headersv-core:jar:2.0.2'