pushover4j
pushover4j copied to clipboard
Install Examples?
Could you please provide examples on where to install/put this
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.