In sbt you can normally specify the classifier - e.g. ``` libraryDependencies ++= "net.sf.json-lib" % "json-lib" % "2.4" % "jdk15" ``` This doesn't work with `load.ivy` and its not clear how to load a JAR which requires a classifier.
In sbt you can normally specify the classifier - e.g.
This doesn't work with
load.ivyand its not clear how to load a JAR which requires a classifier.