pushover4j icon indicating copy to clipboard operation
pushover4j copied to clipboard

Install Examples?

Open Aman7123 opened this issue 11 years ago • 1 comments

Could you please provide examples on where to install/put this

Aman7123 avatar Oct 08 '14 11:10 Aman7123

If you're using maven then add the following dependency to your project's pom.xml:

<dependency>
  <groupId>com.github.sps.pushover.net</groupId>
  <artifactId>pushover-client</artifactId>
  <version>1.0.0</version>
</dependency>

If not then you just need to copy the JARs for the project and dependencies (listed at the bottom of the readme) to your own project and ensure they are on the classpath somewhere.

roberthunt avatar Nov 11 '14 23:11 roberthunt