malcolmgreaves / language-detection   1.1.1

Apache License 2.0 GitHub

Automatically exported from code.google.com/p/language-detection . Some after-the-fact modifications to get this working within sbt.

Scala versions: 2.11 2.10

cybozu-language-detection 1.1.0


Group ID:
io.malcolmgreaves
Artifact ID:
cybozu-language-detection_2.10
Version:
1.1.0
Release Date:
May 28, 2015
Licenses:

libraryDependencies += "io.malcolmgreaves" %% "cybozu-language-detection" % "1.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.malcolmgreaves::cybozu-language-detection:1.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.malcolmgreaves::cybozu-language-detection:1.1.0"

Ammonite REPL

import $ivy.`io.malcolmgreaves::cybozu-language-detection:1.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.malcolmgreaves</groupId>
  <artifactId>cybozu-language-detection_2.10</artifactId>
  <version>1.1.0</version>
</dependency>

compile group: 'io.malcolmgreaves', name: 'cybozu-language-detection_2.10', version: '1.1.0'