java-adm

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

License

License

Categories

Categories

Java Languages JBoss Container Application Servers
GroupId

GroupId

org.jboss.aerogear
ArtifactId

ArtifactId

java-adm
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

java-adm
A Java Library to send Push Notification to the Amazon Device Messaging Network
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

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

Download java-adm

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.3.1
com.fasterxml.jackson.core : jackson-databind jar 2.1.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.0