karasiq / webm-tv   1.1.0

Website GitHub

2ch.hk WebM TV https://2ch.video

Scala versions: 2.11

webm-tv 1.0.7


Group ID:
com.github.karasiq
Artifact ID:
webm-tv_2.11
Version:
1.0.7
Release Date:
Jun 22, 2016
Licenses:

libraryDependencies += "com.github.karasiq" %% "webm-tv" % "1.0.7"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.karasiq::webm-tv:1.0.7"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.karasiq::webm-tv:1.0.7"

Ammonite REPL

import $ivy.`com.github.karasiq::webm-tv:1.0.7`
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.github.karasiq</groupId>
  <artifactId>webm-tv_2.11</artifactId>
  <version>1.0.7</version>
</dependency>

compile group: 'com.github.karasiq', name: 'webm-tv_2.11', version: '1.0.7'