user/my-scrap@99
And you can check the available versions of the scrap by querying the scrapyard directly. But omitting the version will just use the latest: user/my-scrap
Each scrap contains a full list of its own dependencies, so there is no need for external dependency management.All scraps are transparent, so you can create your own tools to manually tweak/replace dependencies before execution:
$ cat my-scrap.ss \
| scrap apply my-dependency-helper \
| scrap eval