help="Specify the type of artifacts to fetch. See `packaging` at https://maven.apache.org/pom.html//Maven_Coordinates, "
"except `src` and `doc` being coursier specific terms for sources and javadoc.")
// TODO(yic): Use a published version of Coursier. https://github.com/pantsbuild/pants/issues/6852
register("--bootstrap-jar-url", fingerprint=True, default=cls._default_urls[0],
removal_version="1.25.0.dev1", removal_hint="Use --bootstrap-jar-urls",
help="Location to download a bootstrap version of Coursier from.")
register("--bootstrap-jar-urls", fingerprint=True, type=list, default=cls._default_urls,