reactive-hub / akka-stream-apns   0.10

GitHub

Reactive Streams for APNs

Scala versions: 2.12 2.11

akka-stream-apns 0.5


Group ID:
com.reactivehub
Artifact ID:
akka-stream-apns_2.11
Version:
0.5
Release Date:
Aug 25, 2016
Licenses:

libraryDependencies += "com.reactivehub" %% "akka-stream-apns" % "0.5"
resolvers += Resolver.bintrayRepo("reactivehub", "maven")

Mill build tool

ivy"com.reactivehub::akka-stream-apns:0.5"
MavenRepository("https://dl.bintray.com/reactivehub/maven")

Scala CLI

//> using dep "com.reactivehub::akka-stream-apns:0.5"

Ammonite REPL

import $ivy.`com.reactivehub::akka-stream-apns:0.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray reactivehub maven",
  "Some(https://dl.bintray.com/reactivehub/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.reactivehub</groupId>
  <artifactId>akka-stream-apns_2.11</artifactId>
  <version>0.5</version>
</dependency>

compile group: 'com.reactivehub', name: 'akka-stream-apns_2.11', version: '0.5'