sps / pushover4j

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

Install Examples? #5

Open Aman7123 opened 9 years ago

Aman7123 commented 9 years ago

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

roberthunt commented 9 years ago

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.