License |
License |
---|---|
GroupId | GroupIdde.bytefish.fcmjava |
ArtifactId | ArtifactIdfcmjava-core |
Version | Version2.5 |
Type | Typejar |
Description |
Descriptionfcmjava-core
Library for simplified access to Firebase Cloud Messaging (FCM).
|
Filename | Size |
---|---|
fcmjava-core-2.5.pom | |
fcmjava-core-2.5.jar | 34 KB |
fcmjava-core-2.5-sources.jar | 25 KB |
fcmjava-core-2.5-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/ -->
<dependency>
<groupId>de.bytefish.fcmjava</groupId>
<artifactId>fcmjava-core</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation 'de.bytefish.fcmjava:fcmjava-core:2.5'
// https://jarcasting.com/artifacts/de.bytefish.fcmjava/fcmjava-core/
implementation ("de.bytefish.fcmjava:fcmjava-core:2.5")
'de.bytefish.fcmjava:fcmjava-core:jar:2.5'
<dependency org="de.bytefish.fcmjava" name="fcmjava-core" rev="2.5">
<artifact name="fcmjava-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.fcmjava', module='fcmjava-core', version='2.5')
)
libraryDependencies += "de.bytefish.fcmjava" % "fcmjava-core" % "2.5"
[de.bytefish.fcmjava/fcmjava-core "2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |