GroupId | GroupIdorg.whispercomm.c2dm4j |
---|---|
ArtifactId | ArtifactIdc2dm4j |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
c2dm4j-1.0.pom | |
c2dm4j-1.0.jar | 54 KB |
c2dm4j-1.0-sources.jar | 55 KB |
c2dm4j-1.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whispercomm.c2dm4j/c2dm4j/ -->
<dependency>
<groupId>org.whispercomm.c2dm4j</groupId>
<artifactId>c2dm4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispercomm.c2dm4j/c2dm4j/
implementation 'org.whispercomm.c2dm4j:c2dm4j:1.0'
// https://jarcasting.com/artifacts/org.whispercomm.c2dm4j/c2dm4j/
implementation ("org.whispercomm.c2dm4j:c2dm4j:1.0")
'org.whispercomm.c2dm4j:c2dm4j:jar:1.0'
<dependency org="org.whispercomm.c2dm4j" name="c2dm4j" rev="1.0">
<artifact name="c2dm4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispercomm.c2dm4j', module='c2dm4j', version='1.0')
)
libraryDependencies += "org.whispercomm.c2dm4j" % "c2dm4j" % "1.0"
[org.whispercomm.c2dm4j/c2dm4j "1.0"]