sbt - How to declare zip dependency and know its path in file system? -
I would like to download a zip artifact and find the related file in the local file.
Where can zip extensions be declared?
LibraryDransensis ++ = Seek ("Comm. CK"% "Audit-agent"% "0.7"% "Test" // where I put zip?) Maybe I can use just some objects to refer to artwork, download it and file a file name?
Any ideas?
In the to libraryDependencies is defined as the method: libraryDependencies + = "organization"% "myModuleName" "" from "https://myhost.pl/slinky.zip" "%" " Follow and then update and .filter : val jar = (update to compile). Value.select ( ConfigurationFilter ("compile")) .filter (_ .name .contains ("myModuleName")) .head
Comments
Post a Comment