scalahub / cryptonode   1.2.3

GitHub

Blockchain node supporting Bitcoin and others

Scala versions: 2.12

btc 1.0


Group ID:
io.github.scalahub
Artifact ID:
btc_2.12
Version:
1.0
Release Date:
May 27, 2022
Licenses:
Files:

libraryDependencies += "io.github.scalahub" %% "btc" % "1.0"

Mill build tool

ivy"io.github.scalahub::btc:1.0"

Scala CLI

//> using dep "io.github.scalahub::btc:1.0"

Ammonite REPL

import $ivy.`io.github.scalahub::btc:1.0`

<dependency>
  <groupId>io.github.scalahub</groupId>
  <artifactId>btc_2.12</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'io.github.scalahub', name: 'btc_2.12', version: '1.0'