rabinfingerprint
rabinfingerprint copied to clipboard
Maven repository
I'm using your lib in my project :) and I'm wondering if you want to put it on a maven repo so that it is easier to integrate in other projects?
Check out https://jitpack.io/#themadcreator/rabinfingerprint/master
:)
I think jitpack is a great idea but I'm a bit sceptical about it. I'm not sure if I like to trust a company to build my jar files and potentially compile in some unwanted code. While there are probably some similar threats when using maven central, the signing approach gives at least some safety (if the dev is trusted and really the one who uploaded the package to the repo). Furthermore, not all packages are compiled by a single entity, e.g. a hack would not affect all packages...