badges / shields

Concise, consistent, and legible badges in SVG and raster format
https://shields.io
Creative Commons Zero v1.0 Universal
23.56k stars 5.49k forks source link

Maven Central Package Size #10303

Open MichaelHinrichs opened 3 months ago

MichaelHinrichs commented 3 months ago

📋 Description

Maven Size | 12.3 kB

🔗 Data

https://central.sonatype.com/api-doc

🎤 Motivation

It's like the other package/repo size badges.

chris48s commented 3 months ago

The endpoint we currently use for the maven central badges (example call https://repo1.maven.org/maven2/com/google/guava/guava/maven-metadata.xml ) does not expose a package size. The API docs you've posted there are new to me. Can you provide an example call showing how that could be used to fetch the package size for a project?