google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 471 forks source link

Publish Java's jar to https://maven.google.com #452

Open ebraminio opened 3 years ago

ebraminio commented 3 years ago

After the changes happened to jcenter I've decided to have a deeper look at my project's dependencies and where they are fetched from, turned out open location code is my only dependency that isn't fetched from https://maven.google.com so am wondering if it possible to host the library there just like other libraries there?

Thanks!

Update: Turned out I was wrong and I have more indirect dependencies to elsewhere, still feeling nice to have Open Location Code in Google's Maven I believe.

bocops commented 3 years ago

I'd appreciate that as well, so add me to the list if you consider the interest for this request according to https://github.com/google/open-location-code/blob/main/android_demo/android/libs/README.md

drinckes commented 2 months ago

The Android demo implementation isn't in maven (to my knowledge) but the Java implementation is: https://central.sonatype.com/search?q=g:com.google.openlocationcode&smo=true

Does that help?