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