License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdde.bytefish.fcmjava |
ArtifactId | ArtifactIdfcmjava-client |
Version | Version2.5 |
Type | Typejar |
Description |
Descriptionfcmjava-client
Library for simplified access to Firebase Cloud Messaging (FCM).
|
Filename | Size |
---|---|
fcmjava-client-2.5.pom | |
fcmjava-client-2.5.jar | 20 KB |
fcmjava-client-2.5-sources.jar | 14 KB |
fcmjava-client-2.5-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-client/ -->
<dependency>
<groupId>de.bytefish.fcmjava</groupId>
<artifactId>fcmjava-client</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-client/
implementation 'de.bytefish.fcmjava:fcmjava-client:2.5'
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-client/
implementation ("de.bytefish.fcmjava:fcmjava-client:2.5")
'de.bytefish.fcmjava:fcmjava-client:jar:2.5'
<dependency org="de.bytefish.fcmjava" name="fcmjava-client" rev="2.5">
<artifact name="fcmjava-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.fcmjava', module='fcmjava-client', version='2.5')
)
libraryDependencies += "de.bytefish.fcmjava" % "fcmjava-client" % "2.5"
[de.bytefish.fcmjava/fcmjava-client "2.5"]
Group / Artifact | Type | Version |
---|---|---|
de.bytefish.fcmjava : fcmjava-core | jar | 2.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-jdk-http | jar | 2.25.1 |
commons-io : commons-io | jar | 2.5 |