telegramkit-schema 0.1
Group ID:
com.github.bots4s
Artifact ID:
telegramkit-schema_2.11
Version:
0.1
Release Date:
Nov 11, 2016
Licenses:
libraryDependencies += "com.github.bots4s" %% "telegramkit-schema" % "0.1" resolvers += Resolver.bintrayRepo("bots4s", "TelegramKit")
ivy"com.github.bots4s::telegramkit-schema:0.1" MavenRepository("https://dl.bintray.com/bots4s/TelegramKit")
//> using dep "com.github.bots4s::telegramkit-schema:0.1"
import $ivy.`com.github.bots4s::telegramkit-schema:0.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray bots4s TelegramKit", "Some(https://dl.bintray.com/bots4s/TelegramKit)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.bots4s</groupId> <artifactId>telegramkit-schema_2.11</artifactId> <version>0.1</version> </dependency>
compile group: 'com.github.bots4s', name: 'telegramkit-schema_2.11', version: '0.1'