is not current version
Last Version 0.9.3

com.relayrides:pushy-parent 0.8.2

A Java library for sending push notifications

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.relayrides
ArtifactId

ArtifactId

pushy-parent
Version

Version

0.8.2
Type

Type

pom

Download pushy-parent 0.8.2

Filename Size
pushy-parent-0.8.2.pom 5 KB
Browse

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