This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 77 <artifactId >push-sender</artifactId >
88 <version >1.0.0</version >
99 <packaging >jar</packaging >
10+ <name >Push Sender</name >
11+ <description >Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.</description >
12+ <url >https://github.com/devsu/push-sender</url >
13+
14+ <licenses >
15+ <license >
16+ <name >The Apache Software License, Version 2.0</name >
17+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
18+ </license >
19+ </licenses >
20+ <developers >
21+ <developer >
22+ <id >rion18</id >
23+ <name >Alvaro López</name >
24+ 25+ </developer >
26+ </developers >
27+
28+ <scm >
29+ <connection >https://github.com/devsu/push-sender.git</connection >
30+ <developerConnection >https://github.com/devsu/push-sender.git</developerConnection >
31+ <url >https://github.com/devsu/push-sender</url >
32+ </scm >
1033
1134 <properties >
1235 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5477 <scope >compile</scope >
5578 </dependency >
5679 </dependencies >
80+
5781</project >
You can’t perform that action at this time.
0 commit comments