anyfin 0.1.2


Group ID:
io.github.4lex1v
Artifact ID:
anyfin_2.11
Version:
0.1.2
Release Date:
Feb 4, 2017
Licenses:

libraryDependencies += "io.github.4lex1v" %% "anyfin" % "0.1.2"
resolvers += Resolver.bintrayRepo("4lex1v", "maven")

Mill build tool

ivy"io.github.4lex1v::anyfin:0.1.2"
MavenRepository("https://dl.bintray.com/4lex1v/maven")

Scala CLI

//> using dep "io.github.4lex1v::anyfin:0.1.2"

Ammonite REPL

import $ivy.`io.github.4lex1v::anyfin:0.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray 4lex1v maven",
  "Some(https://dl.bintray.com/4lex1v/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.4lex1v</groupId>
  <artifactId>anyfin_2.11</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'io.github.4lex1v', name: 'anyfin_2.11', version: '0.1.2'