java - Import Accumulo Libraries in Scala SBT project -


i want know about, using accumulo or other java libraries in sbt projects.

i used intellij automatically import libraries, , imported getting errors in intellij , @ runtime/project build like:- cannot resolve _. in import org.apache.accumulo.core.client.__

i used these steps include:- file > project structure > libraries(in left pan) > clicked+icon located @ top left in middle pan > selected maven > searched accumulo , selected org.apache.accumulo.core.

when maven dependencies in maven central gives syntax adding dependencies in several build tools - including sbt instance if apache accumulo core you'd see sbt usage : librarydependencies += "org.apache.accumulo" % "accumulo-core" % "1.8.1"

enter image description here


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -