uimaScala icon indicating copy to clipboard operation
uimaScala copied to clipboard

A toolkit to write UIMA components and applications

Results 1 uimaScala issues
Sort by recently updated
recently updated
newest added

When I try to use uimaScala in SBT I get unresolved dependency errors with the following settings: ``` resolvers += Resolver.sonatypeRepo("snapshots"), libraryDependencies ++= Seq( "com.github.jenshaase.uimascala" % "uimascala-core_2.10" % "0.5.0-SNAPSHOT", "com.github.jenshaase.uimascala"...