(.module: [library [lux #* [data [text ["%" format (#+ format)]]] [world [net ["." uri (#+ URI)]]]]] ["." // #_ ["#." artifact (#+ Version Artifact)]]) (def: / uri.separator) (def: .public repository URI (format ".m2" / "repository")) (def: .public (uri version artifact) (-> Version Artifact URI) (format ..repository / (//artifact.uri version artifact)))