java-adm

A Java Library to send Push Notification to the Amazon Device Messaging Network

Лицензия

Лицензия

Категории

Категории

Java Языки программирования JBoss Контейнер Application Servers
Группа

Группа

org.jboss.aerogear
Идентификатор

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-adm
A Java Library to send Push Notification to the Amazon Device Messaging Network
Организация-разработчик

Организация-разработчик

JBoss by Red Hat
Система контроля версий

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

https://github.com/aerogear/java-adm

Скачать java-adm

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.3.1
com.fasterxml.jackson.core : jackson-databind jar 2.1.4

test (1)

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

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

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

Deprecation Notice

This repository has been deprecated and is not being maintained. If you have any questions, please get in touch with the collaborators.

Amazon Device Messaging Java Connector Build Status

A Java Library to send Push Notification to the Amazon Device Messaging Network. A complete documentation of the protocol can be found here

Project Info
License: Apache License, Version 2.0
Build: Maven
Documentation: https://aerogear.org/push/
Issue tracker: https://issues.jboss.org/browse/AGPUSH
Mailing lists: aerogear-users (subscribe)
aerogear-dev (subscribe)

Get started

Add the following to your pom.xml file:

<dependency>
  <groupId>org.jboss.aerogear</groupId>
  <artifactId>java-adm</artifactId>
  <version>0.1.0</version>
</dependency>

Then:

final AdmService messageService = ADM.newService();
final PayloadBuilder builder = ADM.newPayload();
builder.dataField("custom","custom");

messageService.sendMessageToDevice(<registrationId>, <clientId>, <clientSecret>, builder.build());

Documentation

For more details about the current release, please consult our documentation.

Development

If you would like to help develop AeroGear you can join our developer's mailing list, join #aerogear on Freenode, or shout at us on Twitter @aerogears.

Also takes some time and skim the contributor guide

Questions?

Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!

Found a bug?

If you found a bug please create a ticket for us on Jira with some steps to reproduce it.

org.jboss.aerogear

AeroGear

Modern App Dev begins here - RealTime GraphQL and Push

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

Версия
0.1.0