License |
License |
---|---|
Categories |
CategoriesJava Languages ORM Data |
GroupId | GroupIdcom.ibm.mobilefirstplatform.serversdk.java |
ArtifactId | ArtifactIdpush |
Version | Version1.8.1 |
Type | Typejar |
Description |
DescriptionIBM Bluemix Mobile Services - Push Notifications Server SDK
This is the server-side SDK for the IBM® Bluemix Push Notifications service that allows you to send push notifications from your server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
push-1.8.1.pom | |
push-1.8.1.jar | 53 KB |
push-1.8.1-sources.jar | 26 KB |
push-1.8.1-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/ -->
<dependency>
<groupId>com.ibm.mobilefirstplatform.serversdk.java</groupId>
<artifactId>push</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/
implementation 'com.ibm.mobilefirstplatform.serversdk.java:push:1.8.1'
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/
implementation ("com.ibm.mobilefirstplatform.serversdk.java:push:1.8.1")
'com.ibm.mobilefirstplatform.serversdk.java:push:jar:1.8.1'
<dependency org="com.ibm.mobilefirstplatform.serversdk.java" name="push" rev="1.8.1">
<artifact name="push" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.mobilefirstplatform.serversdk.java', module='push', version='1.8.1')
)
libraryDependencies += "com.ibm.mobilefirstplatform.serversdk.java" % "push" % "1.8.1"
[com.ibm.mobilefirstplatform.serversdk.java/push "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.json : json | jar | 20160212 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.4 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.0.pr2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |