FCM Client

FCM client for java!Based on HttpAsyncClient.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.yawenok
ArtifactId

ArtifactId

fcm-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

FCM Client
FCM client for java!Based on HttpAsyncClient.

Download fcm-client

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.httpcomponents : httpasyncclient jar 4.1.4
com.alibaba : fastjson jar 1.2.31
org.slf4j : slf4j-api jar 1.7.6

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0