is not current version
Last Version 1.0.2

org.whispercomm.c2dm4j:c2dm4j 1.0.1

A Java library for implementing the third-party application server component of the Android Cloud to Device Messaging framework.

GroupId

GroupId

org.whispercomm.c2dm4j
ArtifactId

ArtifactId

c2dm4j
Version

Version

1.0.1
Type

Type

jar

Download c2dm4j 1.0.1


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