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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -