Nannoq Tools FCM

FCM Layer of Nannoq Tools

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

Nannoq Tools FCM
FCM Layer of Nannoq Tools
Ссылка на сайт

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

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

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

https://github.com/NoriginMedia/nannoq-fcm

Скачать fcm

Имя Файла Размер
fcm-1.1.7.pom
fcm-1.1.7.jar 134 KB
fcm-1.1.7-sources.jar 30 KB
fcm-1.1.7-javadoc.jar 101 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.nannoq : repository jar 1.1.7
com.nannoq : cluster jar 1.1.7

runtime (27)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.50
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50
org.jetbrains.kotlin : kotlin-reflect jar 1.3.50
io.vertx : vertx-core jar 3.8.2
io.vertx : vertx-web jar 3.8.2
io.vertx : vertx-hazelcast jar 3.8.2
io.vertx : vertx-codegen jar 3.8.2
io.vertx : vertx-lang-js jar 3.8.2
io.vertx : vertx-lang-ruby jar 3.8.2
io.vertx : vertx-lang-kotlin jar 3.8.2
io.vertx : vertx-service-proxy jar 3.8.2
io.vertx : vertx-sockjs-service-proxy jar 3.8.2
io.vertx : vertx-circuit-breaker jar 3.8.2
io.vertx : vertx-redis-client jar 3.6.3
io.vertx : vertx-mail-client jar 3.8.2
io.vertx : vertx-lang-kotlin-coroutines jar 3.8.2
org.apache.logging.log4j : log4j-api jar 2.12.1
org.apache.logging.log4j : log4j-core jar 2.12.1
com.lmax : disruptor jar 3.4.2
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0
org.apache.commons : commons-lang3 jar 3.9
commons-io : commons-io jar 2.6
commons-validator : commons-validator jar 1.6
com.google.code.findbugs : annotations jar 3.0.1
com.google.guava : guava-jdk5 jar 17.0
org.igniterealtime.smack : smack jar 3.2.1
org.jsoup : jsoup jar 1.12.1

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

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

DISCONTINUED JAVA LEGACY - Use Kotlin version @ Nannoq-Tools

Nannoq FCM

Build Status

nannoq-fcm is a XMPP server implementation for use with Firebase Cloud Messaging with all features, for a Vert.x environment.

It supports:

  • Topics
  • Direct Messages (Down and Upstream)
  • Device Groups
  • Device Registrations

Prerequisites

Vert.x >= 3.5.0

Java >= 1.8

Maven

Redis

Installing

mvn clean package -Dgpg.skip=true

Running the tests

mvn clean test -Dgpg.skip=true

Running the integration tests

mvn clean verify -Dgpg.skip=true

Usage

First install with either Maven:

<dependency>
    <groupId>com.nannoq</groupId>
    <artifactId>fcm</artifactId>
    <version>1.0.5</version>
</dependency>

or Gradle:

dependencies {
    compile group: 'nannoq.com:fcm:1.0.5’
}

Implementation and Use

Please consult the Wiki for guides on implementations and use.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

com.nannoq

Norigin Media

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

Версия
1.1.7
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0