Cherry Simple Client

A Java client for the Apple Push Notification Service

License

License

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.sheehantech.cherry
ArtifactId

ArtifactId

cherry-simple
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Cherry Simple Client
A Java client for the Apple Push Notification Service

Download cherry-simple

How to add to project

<!-- https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-simple/ -->
<dependency>
    <groupId>net.sheehantech.cherry</groupId>
    <artifactId>cherry-simple</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-simple/
implementation 'net.sheehantech.cherry:cherry-simple:1.0.2'
// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-simple/
implementation ("net.sheehantech.cherry:cherry-simple:1.0.2")
'net.sheehantech.cherry:cherry-simple:jar:1.0.2'
<dependency org="net.sheehantech.cherry" name="cherry-simple" rev="1.0.2">
  <artifact name="cherry-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sheehantech.cherry', module='cherry-simple', version='1.0.2')
)
libraryDependencies += "net.sheehantech.cherry" % "cherry-simple" % "1.0.2"
[net.sheehantech.cherry/cherry-simple "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
net.sheehantech.cherry : cherry-core jar 1.0.2
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0