is not current version
Last Version 2.2

io.github.jklingsporn:vertx-push-onesignal 2.1

Send push notifications asynchronously in your Vertx application with OneSignal.

GroupId

GroupId

io.github.jklingsporn
ArtifactId

ArtifactId

vertx-push-onesignal
Version

Version

2.1
Type

Type

jar

Download vertx-push-onesignal 2.1


<!-- https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-push-onesignal/ -->
<dependency>
    <groupId>io.github.jklingsporn</groupId>
    <artifactId>vertx-push-onesignal</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-push-onesignal/
implementation 'io.github.jklingsporn:vertx-push-onesignal:2.1'
// https://jarcasting.com/artifacts/io.github.jklingsporn/vertx-push-onesignal/
implementation ("io.github.jklingsporn:vertx-push-onesignal:2.1")
'io.github.jklingsporn:vertx-push-onesignal:jar:2.1'
<dependency org="io.github.jklingsporn" name="vertx-push-onesignal" rev="2.1">
  <artifact name="vertx-push-onesignal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jklingsporn', module='vertx-push-onesignal', version='2.1')
)
libraryDependencies += "io.github.jklingsporn" % "vertx-push-onesignal" % "2.1"
[io.github.jklingsporn/vertx-push-onesignal "2.1"]