java-apns-gae

Java APNS library that works on Google App Engine.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.zsoltsafrany
Идентификатор

Идентификатор

java-apns-gae
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-apns-gae
Java APNS library that works on Google App Engine.
Ссылка на сайт

Ссылка на сайт

http://github.com/ZsoltSafrany/java-apns-gae
Система контроля версий

Система контроля версий

http://github.com/ZsoltSafrany/java-apns-gae

Скачать java-apns-gae

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.zsoltsafrany/java-apns-gae/ -->
<dependency>
    <groupId>com.zsoltsafrany</groupId>
    <artifactId>java-apns-gae</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zsoltsafrany/java-apns-gae/
implementation 'com.zsoltsafrany:java-apns-gae:1.3.0'
// https://jarcasting.com/artifacts/com.zsoltsafrany/java-apns-gae/
implementation ("com.zsoltsafrany:java-apns-gae:1.3.0")
'com.zsoltsafrany:java-apns-gae:jar:1.3.0'
<dependency org="com.zsoltsafrany" name="java-apns-gae" rev="1.3.0">
  <artifact name="java-apns-gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zsoltsafrany', module='java-apns-gae', version='1.3.0')
)
libraryDependencies += "com.zsoltsafrany" % "java-apns-gae" % "1.3.0"
[com.zsoltsafrany/java-apns-gae "1.3.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.json : json jar 20140107

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

java-apns-gae

Java APNS library that works on Google App Engine.

new PushNotification()
  .setAlert("You got your emails.")
  .setBadge(9)
  .setSound("bingbong.aiff")
  .setDeviceTokens("777d2ac490a17bb1d4c8a6ec7c50d4b1b9a36499acd45bf5fcac103cde038eff");

For documentation and additional information see the the website.

Download

Download the latest JAR or grab via Maven:

<dependency>
    <groupId>com.zsoltsafrany</groupId>
    <artifactId>java-apns-gae</artifactId>
    <version>1.3.0</version>
</dependency>

License

The MIT License (MIT)

Copyright (c) 2014 Zsolt Safrany

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0
1.0.0