| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.yawenok |
| ArtifactId | ArtifactIdfcm-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFCM Client
FCM client for java!Based on HttpAsyncClient.
|
| Filename | Size |
|---|---|
| fcm-client-1.0.1.pom | |
| fcm-client-1.0.1.jar | 29 KB |
| fcm-client-1.0.1-sources.jar | 15 KB |
| fcm-client-1.0.1-javadoc.jar | 189 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.6 |