# Lazy Artifacts
```@meta
DocTestSetup = :(using LazyArtifacts)
```
In order for a package to download artifacts lazily, `LazyArtifacts` must be
explicitly listed as a dependency of that package.
For further information on artifacts, see [Artifacts](@ref).