PackageSupplier.fetchPackage

Downloads a package and returns its binary content

Parameters

name PackageName

Name of the package to retrieve

dep VersionRange

Version constraint to match against

pre_release bool

If true, matches the latest pre-release version. Otherwise prefers stable versions.

Meta