ubirch / ubirch-notary-service   0.3.3

Apache License 2.0 GitHub

ubirch blockchain anchoring service

Scala versions: 2.11

backend 0.2.1


Group ID:
com.ubirch.notary
Artifact ID:
backend_2.11
Version:
0.2.1
Release Date:
Aug 15, 2016
Licenses:

libraryDependencies += "com.ubirch.notary" %% "backend" % "0.2.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.ubirch.notary::backend:0.2.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.ubirch.notary::backend:0.2.1"

Ammonite REPL

import $ivy.`com.ubirch.notary::backend:0.2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.ubirch.notary</groupId>
  <artifactId>backend_2.11</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.ubirch.notary', name: 'backend_2.11', version: '0.2.1'