I currently looking for a sbt-plugin or workaround to download a zip file from a remote location as a separate task during the compile. I tried sbt-unzip plugin but, I don’t want to extract the zip file. only want to download it. Does anyone know any plugin related to that or related implementation ?