hfg-gmuend / openmoji

Open source emojis for designers, developers and everyone else!
http://openmoji.org
Creative Commons Attribution Share Alike 4.0 International
3.94k stars 219 forks source link

Maven package to use Openmoji in java #440

Open msx80 opened 1 year ago

msx80 commented 1 year ago

Hello there! I'm using your fantastic library of emoji in a project in Java, and actually made a small library to render them. The problem is, i had to include a copy of your release inside the library, which is a maintenance issue as it would need to be manually updated.

It would be great if you published your releases in the Maven ecosystem just like you do with npm. That way people can just add the dependency and get the correct version.

Would that be possible?

b-g commented 1 year ago

@msx80 Many thanks for the suggestion! But I'm afraid, we don't have a clue about Java ... this is really out of scope for us. But what about you publishing OpenMoji for us in your project?

dawidpolakowski commented 3 months ago

Hi, I just ran into this problem. I'm impressed with the way you've set up the library, great work (and awesome art), I'll try to build the package in my fork and then I'd be happy to help integrate the library with maven. I'll let you know how it goes.