akka / alpakka   6.0.2

Website GitHub

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Scala versions: 3.x 2.13 2.12 2.11

akka-stream-alpakka-google-cloud-pub-sub 0.21


Group ID:
com.returntocorp
Artifact ID:
akka-stream-alpakka-google-cloud-pub-sub_2.12
Version:
0.21
Release Date:
Jul 3, 2018
Licenses:

libraryDependencies += "com.returntocorp" %% "akka-stream-alpakka-google-cloud-pub-sub" % "0.21"
resolvers += Resolver.bintrayRepo("returntocorp", "maven")

Mill build tool

ivy"com.returntocorp::akka-stream-alpakka-google-cloud-pub-sub:0.21"
MavenRepository("https://dl.bintray.com/returntocorp/maven")

Scala CLI

//> using dep "com.returntocorp::akka-stream-alpakka-google-cloud-pub-sub:0.21"

Ammonite REPL

import $ivy.`com.returntocorp::akka-stream-alpakka-google-cloud-pub-sub:0.21`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray returntocorp maven",
  "Some(https://dl.bintray.com/returntocorp/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.returntocorp</groupId>
  <artifactId>akka-stream-alpakka-google-cloud-pub-sub_2.12</artifactId>
  <version>0.21</version>
</dependency>

compile group: 'com.returntocorp', name: 'akka-stream-alpakka-google-cloud-pub-sub_2.12', version: '0.21'