License |
License |
---|---|
GroupId | GroupIdcom.ganyo |
ArtifactId | ArtifactIdgcm-server |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle GCM Library
POM created to enable maven dependency management for gcm-server
|
Project URL |
Project URL |
Filename | Size |
---|---|
gcm-server-1.1.0.pom | |
gcm-server-1.1.0.jar | 20 KB |
gcm-server-1.1.0-sources.jar | 13 KB |
gcm-server-1.1.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ganyo/gcm-server/ -->
<dependency>
<groupId>com.ganyo</groupId>
<artifactId>gcm-server</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ganyo/gcm-server/
implementation 'com.ganyo:gcm-server:1.1.0'
// https://jarcasting.com/artifacts/com.ganyo/gcm-server/
implementation ("com.ganyo:gcm-server:1.1.0")
'com.ganyo:gcm-server:jar:1.1.0'
<dependency org="com.ganyo" name="gcm-server" rev="1.1.0">
<artifact name="gcm-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ganyo', module='gcm-server', version='1.1.0')
)
libraryDependencies += "com.ganyo" % "gcm-server" % "1.1.0"
[com.ganyo/gcm-server "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.json-simple : json-simple | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.4 |
junit : junit | jar | 4.11 |