| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools Net | 
| GroupId | GroupIdnet.sheehantech.cherry | 
| ArtifactId | ArtifactIdcherry-core | 
| Last Version | Last Version1.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCherry Core A Java client for the Apple Push Notification Service | 
| Filename | Size | 
|---|---|
| cherry-core-1.0.2.pom | |
| cherry-core-1.0.2.jar | 32 KB | 
| cherry-core-1.0.2-sources.jar | 30 KB | 
| cherry-core-1.0.2-javadoc.jar | 179 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-core/ -->
<dependency>
    <groupId>net.sheehantech.cherry</groupId>
    <artifactId>cherry-core</artifactId>
    <version>1.0.2</version>
</dependency>// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-core/
implementation 'net.sheehantech.cherry:cherry-core:1.0.2'// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-core/
implementation ("net.sheehantech.cherry:cherry-core:1.0.2")'net.sheehantech.cherry:cherry-core:jar:1.0.2'<dependency org="net.sheehantech.cherry" name="cherry-core" rev="1.0.2">
  <artifact name="cherry-core" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sheehantech.cherry', module='cherry-core', version='1.0.2')
)libraryDependencies += "net.sheehantech.cherry" % "cherry-core" % "1.0.2"[net.sheehantech.cherry/cherry-core "1.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.flexjson : flexjson | jar | 3.2 | 
| org.slf4j : slf4j-api | jar | 1.7.21 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 | 
| commons-codec : commons-codec | jar | 1.10 | 
| junit : junit | jar | 4.12 |