clulab / reach   1.6.2

GitHub

Reach Biomedical Information Extraction

Scala versions: 2.12 2.11

reach 1.3.2


Group ID:
org.clulab
Artifact ID:
reach_2.11
Version:
1.3.2
Release Date:
Sept 28, 2016
Licenses:

libraryDependencies += "org.clulab" %% "reach" % "1.3.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.clulab::reach:1.3.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.clulab::reach:1.3.2"

Ammonite REPL

import $ivy.`org.clulab::reach:1.3.2`
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.clulab</groupId>
  <artifactId>reach_2.11</artifactId>
  <version>1.3.2</version>
</dependency>

compile group: 'org.clulab', name: 'reach_2.11', version: '1.3.2'