quranalyze / quranalyze   0.0.1

GitHub
Scala versions: 2.11
Scala.js versions: 0.6

quranalyze 0.0.1


Group ID:
org.quranalyze
Artifact ID:
quranalyze_2.11
Version:
0.0.1
Release Date:
Oct 31, 2016
Licenses:

libraryDependencies += "org.quranalyze" %% "quranalyze" % "0.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.quranalyze::quranalyze:0.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.quranalyze::quranalyze:0.0.1"

Ammonite REPL

import $ivy.`org.quranalyze::quranalyze:0.0.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.quranalyze</groupId>
  <artifactId>quranalyze_2.11</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'org.quranalyze', name: 'quranalyze_2.11', version: '0.0.1'