FCM Client

Firebase Cloud Messaging - Java client library

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

fcm-client
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

FCM Client
Firebase Cloud Messaging - Java client library
Ссылка на сайт

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

https://github.com/rbertoncelj/fcm-client
Система контроля версий

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

https://github.com/rbertoncelj/fcm-client

Скачать fcm-client

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.googlecode.json-simple : json-simple jar 1.1.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

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

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

FCM client

Forked from google/fcm, but kept only the HTTP client part.

I did this, because I needed support for content_available and FCM, which were both added in master branch, which has not been released yet.

<dependency>
    <groupId>com.bertoncelj</groupId>
    <artifactId>fcm-client</artifactId>
    <version>1.1.0</version>
</dependency>

See original project's readme for other info.

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

Версия
1.1.0