scalahub / cryptonode   1.2.3

GitHub

Blockchain node supporting Bitcoin and others

Scala versions: 2.12

bitcoind 1.2


Group ID:
io.github.scalahub
Artifact ID:
bitcoind_2.12
Version:
1.2
Release Date:
Jun 1, 2022
Licenses:
Files:

libraryDependencies += "io.github.scalahub" %% "bitcoind" % "1.2"

Mill build tool

ivy"io.github.scalahub::bitcoind:1.2"

Scala CLI

//> using dep "io.github.scalahub::bitcoind:1.2"

Ammonite REPL

import $ivy.`io.github.scalahub::bitcoind:1.2`

<dependency>
  <groupId>io.github.scalahub</groupId>
  <artifactId>bitcoind_2.12</artifactId>
  <version>1.2</version>
</dependency>

compile group: 'io.github.scalahub', name: 'bitcoind_2.12', version: '1.2'