I am trying to import into a Scala repo a Java library that is not available by remote but provides JARs in its Github commits. For some reason, placing the JARs in project/subproject/lib
does not seem to work, and neither does using from "http:/path/to/lib
.
No matter what I try to do I can compile, but then have no access to the objects in the JARs.
Any ideas?
8