Download apns-1.0.0.Beta4.jar file - Jar a

Jar examples for a:apns

Description

Library to send Apple Push Notification (Fork of original!)

You can download jar file apns 1.0.0.Beta4 in this page.

License

New BSD License

Build File

You can use the following script to add apns-1.0.0.Beta4.jar to your project.

<dependency>
   <groupId>com.notnoop.apns</groupId>
   <artifactId>apns</artifactId>
   <version>1.0.0.Beta4</version>
</dependency>
compile group: 'com.notnoop.apns', name: 'apns', version: '1.0.0.Beta4'
libraryDependencies += "com.notnoop.apns" % "apns" % "1.0.0.Beta4"
<dependency org="com.notnoop.apns" name="apns" rev="1.0.0.Beta4"/>
@Grapes(@Grab(group='com.notnoop.apns', module='apns', version='1.0.0.Beta4'))
'com.notnoop.apns:apns:jar:1.0.0.Beta4'

Download

Click the following link to download the jar file.

apns-1.0.0.Beta4-jar-with-dependencies.jar
apns-1.0.0.Beta4-javadoc.jar
apns-1.0.0.Beta4-sources.jar
apns-1.0.0.Beta4-tests.jar
apns-1.0.0.Beta4.jar
apns-1.0.0.Beta4.pom



Related Tutorials