URL shortening services convert long URLs into shorter, easier-to-share links. These services enhance online sharing, improve aesthetics, and offer analytics. They facilitate digital communication by making links more manageable and providing insights into user behavior.
curl -X POST -H 'content-type:application/json' 'http://localhost:3000/maven/generate' -d '{
"groupId": "com.xincao",
"artifactId": "demo",
"version": "1.0.0-SNAPSHOT"
}' | jq .id
brower 'http://localhost:3000/maven/download/{id}'