Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 apache-toree scala 内核中,%AddDeps可以使用魔法来加载依赖项。如何强制它使用本地仓库而不是 mavenCentral?
%AddDeps
%AddDeps org.example my-project 5.0 --repository file:/users/my-home/.m2/repository --transitive