Is there a way to know how many times my jar (in public Maven repository) is downloaded through Mave
Posted
by SyntaxError
on Stack Overflow
See other posts from Stack Overflow
or by SyntaxError
Published on 2010-04-27T06:19:19Z
Indexed on
2010/04/27
6:23 UTC
Read the original article
Hit count: 106
For statistical reasons, we need to know how often our library (jar) is used. When users download the jar from our website, we have a built-in script that counts the downloads. We have recently also included the jar in the Maven public repository. Is there a way to get statistics on how often the jar is actually downloaded through Maven?
© Stack Overflow or respective owner