Download pusher-java-client-1.4.0.jar file - Jar p

Jar examples for p:pusher-java-client

Description

This is a Java client library for Pusher, targeted at core Java and Android.

You can download jar file pusher-java-client 1.4.0 in this page.

License

MIT

Build File

You can use the following script to add pusher-java-client-1.4.0.jar to your project.

<dependency>
   <groupId>com.pusher</groupId>
   <artifactId>pusher-java-client</artifactId>
   <version>1.4.0</version>
</dependency>
compile group: 'com.pusher', name: 'pusher-java-client', version: '1.4.0'
libraryDependencies += "com.pusher" % "pusher-java-client" % "1.4.0"
<dependency org="com.pusher" name="pusher-java-client" rev="1.4.0"/>
@Grapes(@Grab(group='com.pusher', module='pusher-java-client', version='1.4.0'))
'com.pusher:pusher-java-client:jar:1.4.0'

Download

Click the following link to download the jar file.

pusher-java-client-1.4.0-jar-with-dependencies.jar
pusher-java-client-1.4.0-javadoc.jar
pusher-java-client-1.4.0-sources.jar
pusher-java-client-1.4.0.jar
pusher-java-client-1.4.0.pom



Related Tutorials