sps / pushover4j

pushover.net client
Apache License 2.0
35 stars 28 forks source link

Can you make this library available in maven repository? #8

Open kgdinesh opened 8 years ago

hhocker commented 8 years ago

Actually it already is there. You should be able to find it by searching for "pushover" in netbeans but if you are doing it manually Robert Hunt has an example in another issue thread.

https://github.com/sps/pushover4j/issues/5#issuecomment-62642901

psiedlinski commented 6 years ago

The version available in mavenrepository doesn't allow to send HTML messages. Please correct me if I'm wrong. I had to implement PushoverClient interface adding that little tiny bit html=1 in order to make this work.