shinsuke-abe / calil4s   0.0.2

GitHub

カーリルの図書館・蔵書検索APIのScalaライブラリ

Scala versions: 2.10

calil4s 0.0.2


Group ID:
com.github.Shinsuke-Abe
Artifact ID:
calil4s_2.10
Version:
0.0.2
Release Date:
Oct 20, 2014
Licenses:

libraryDependencies += "com.github.Shinsuke-Abe" %% "calil4s" % "0.0.2"
resolvers += Resolver.bintrayRepo("shinsuke-abe", "maven")

Mill build tool

ivy"com.github.Shinsuke-Abe::calil4s:0.0.2"
MavenRepository("https://dl.bintray.com/shinsuke-abe/maven")

Scala CLI

//> using dep "com.github.Shinsuke-Abe::calil4s:0.0.2"

Ammonite REPL

import $ivy.`com.github.Shinsuke-Abe::calil4s:0.0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray shinsuke-abe maven",
  "Some(https://dl.bintray.com/shinsuke-abe/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.Shinsuke-Abe</groupId>
  <artifactId>calil4s_2.10</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.github.Shinsuke-Abe', name: 'calil4s_2.10', version: '0.0.2'