Download gcm-server-1.0.0.jar file

Introduction

You can download gcm-server-1.0.0.jar in this page.

License

The Apache License, Version 2.0

Type List

gcm-server-1.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.google.android.gcm.server.Constants.class
com.google.android.gcm.server.InvalidRequestException.class
com.google.android.gcm.server.Message.class
com.google.android.gcm.server.MulticastResult.class
com.google.android.gcm.server.Notification.class
com.google.android.gcm.server.Result.class
com.google.android.gcm.server.Sender.class

Pom

gcm-server-1.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.google.gcm</groupId>
    <artifactId>gcm-server</artifactId>
    <version>1.0.0</version>
    <packaging>jar</packaging>
    <name>GCM Java Server Client Library</name>
    <description>Manage GCM on server</description>
    <url>http://github.com/google/gcm</url>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>GCM Java</name>
            <email>java-gcm@google.com</email>
            <organization>Google</organization>
            <organizationUrl>https://google.com</organizationUrl>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:git@github.com:google/gcm.git</connection>
        <developerConnection>scm:git:git@github.com:google/gcm.git</developerConnection>
        <url>git@github.com:google/gcm.git</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>com.googlecode.json-simple</groupId>
            <artifactId>json-simple</artifactId>
            <version>1.1.1</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.gcm</groupId>
   <artifactId>gcm-server</artifactId>
   <version>1.0.0</version>
</dependency>

Download

If you think the following gcm-server-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gcm-server-1.0.0.jar file




PreviousNext

Related