MVN

net.sheehantech.cherry : cherry

Maven & Gradle

Oct 19, 2016

Cherry · A Java client for the Apple Push Notification Service

<dependency>
    <groupId>net.sheehantech.cherry</groupId>
    <artifactId>cherry</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sheehantech.cherry : cherry to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.sheehantech.cherry : cherry to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cherry-1.0.2
cherry-1.0.1
cherry-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sheehantech.cherry</groupId>
    <artifactId>cherry</artifactId>
    <version>1.0.2</version>
</dependency>

Advertisement