is not current version
Last Version 1.8.1

com.ibm.mobilefirstplatform.serversdk.java:push 1.6.1

This is the server-side SDK for the IBM® Bluemix Push Notifications service that allows you to send push notifications from your server.

Categories

Categories

Java Languages ORM Data
GroupId

GroupId

com.ibm.mobilefirstplatform.serversdk.java
ArtifactId

ArtifactId

push
Version

Version

1.6.1
Type

Type

jar

Download push 1.6.1


<!-- https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/ -->
<dependency>
    <groupId>com.ibm.mobilefirstplatform.serversdk.java</groupId>
    <artifactId>push</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/
implementation 'com.ibm.mobilefirstplatform.serversdk.java:push:1.6.1'
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.serversdk.java/push/
implementation ("com.ibm.mobilefirstplatform.serversdk.java:push:1.6.1")
'com.ibm.mobilefirstplatform.serversdk.java:push:jar:1.6.1'
<dependency org="com.ibm.mobilefirstplatform.serversdk.java" name="push" rev="1.6.1">
  <artifact name="push" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.mobilefirstplatform.serversdk.java', module='push', version='1.6.1')
)
libraryDependencies += "com.ibm.mobilefirstplatform.serversdk.java" % "push" % "1.6.1"
[com.ibm.mobilefirstplatform.serversdk.java/push "1.6.1"]