is not current version
Last Version 0.9.3

com.relayrides:pushy-parent 0.9.1

A Java library for sending push notifications

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.relayrides
ArtifactId

ArtifactId

pushy-parent
Version

Version

0.9.1
Type

Type

pom

Download pushy-parent 0.9.1

Filename Size
pushy-parent-0.9.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.relayrides/pushy-parent/ -->
<dependency>
    <groupId>com.relayrides</groupId>
    <artifactId>pushy-parent</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.relayrides/pushy-parent/
implementation 'com.relayrides:pushy-parent:0.9.1'
// https://jarcasting.com/artifacts/com.relayrides/pushy-parent/
implementation ("com.relayrides:pushy-parent:0.9.1")
'com.relayrides:pushy-parent:pom:0.9.1'
<dependency org="com.relayrides" name="pushy-parent" rev="0.9.1">
  <artifact name="pushy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.relayrides', module='pushy-parent', version='0.9.1')
)
libraryDependencies += "com.relayrides" % "pushy-parent" % "0.9.1"
[com.relayrides/pushy-parent "0.9.1"]