You can download java-adm-0.1.0.jar in this page.
Apache License
java-adm-0.1.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss.aerogear/java-adm/pom.properties META-INF/maven/org.jboss.aerogear/java-adm/pom.xml org.jboss.aerogear.adm.ADM.class org.jboss.aerogear.adm.AdmService.class org.jboss.aerogear.adm.PayloadBuilder.class org.jboss.aerogear.adm.TokenService.class org.jboss.aerogear.adm.internal.Utilities.class
java-adm-0.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- JBoss, Home of Professional Open Source Copyright Red Hat, Inc., and individual contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jboss.aerogear</groupId> <artifactId>aerogear-parent</artifactId> <version>0.2.11</version> </parent> <groupId>org.jboss.aerogear</groupId> <artifactId>java-adm</artifactId> <version>0.1.0</version> <name>java-adm</name> <description>A Java Library to send Push Notification to the Amazon Device Messaging Network</description> <scm> <connection>scm:git:git://github.com/aerogear/java-adm.git</connection> <developerConnection>scm:git:git@github.com:aerogear/java-adm.git</developerConnection> <url>https://github.com/aerogear/java-adm</url> <tag>0.1.0</tag> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.1.4</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.aerogear</groupId> <artifactId>java-adm</artifactId> <version>0.1.0</version> </dependency>
If you think the following java-adm-0.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download java-adm-0.1.0.jar file