Download pushover-client-1.0.0.jar file - Jar p

Jar examples for p:pushover-client

Description

pushover client for java

You can download jar file pushover-client 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pushover-client-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.sps.pushover.net</groupId>
   <artifactId>pushover-client</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.sps.pushover.net', name: 'pushover-client', version: '1.0.0'
libraryDependencies += "com.github.sps.pushover.net" % "pushover-client" % "1.0.0"
<dependency org="com.github.sps.pushover.net" name="pushover-client" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.sps.pushover.net', module='pushover-client', version='1.0.0'))
'com.github.sps.pushover.net:pushover-client:jar:1.0.0'

Download

Click the following link to download the jar file.

pushover-client-1.0.0-javadoc.jar
pushover-client-1.0.0-sources.jar
pushover-client-1.0.0.jar
pushover-client-1.0.0.pom



Related Tutorials