Files download
File Operation
push-notification-json-0.1.24.jar download
push-notification-json-0.1.24.pom download
push-notification-json-0.1.24-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelruocco.idv</groupId>
  <artifactId>push-notification-json</artifactId>
  <version>0.1.24</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelruocco.idv:push-notification-json:0.1.24'
Gradle Kotlin
implementation("com.github.michaelruocco.idv:push-notification-json:0.1.24")
Scala SBT
libraryDependencies += "com.github.michaelruocco.idv" % "push-notification-json" % "0.1.24"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelruocco.idv', module='push-notification-json', version='0.1.24')
)
Apache Ivy
<dependency org="com.github.michaelruocco.idv" name="push-notification-json" rev="0.1.24" />
Leiningen
[com.github.michaelruocco.idv/push-notification-json "0.1.24"]
Apache Buildr
'com.github.michaelruocco.idv:push-notification-json:jar:0.1.24'