Getting JavaCV 0.9 platform binaries to download automatically with SBT
问题 I have an SBT application that is using JavaCV on Windows. My build.sbt brings in JavaCV and its dependencies using: classpathTypes += "maven-plugin" libraryDependencies += "org.bytedeco" % "javacv" % "0.9" This pulls JavaCV and its dependents (JavaCPP), but it isn't pulling the JAR with the platform specific libraries (opencv-windows-x86_64.jar). This allows me to build, but I get "UnsatisfiedLinkError: no jniopencv_core in java.library.path" Based on http://www.warski.org/blog/2014/01/using