lagom-javadsl-google-pubsub-broker


License

License

Categories

Categories

Ant Build Tools KeY Data Data Formats Formal Verification
GroupId

GroupId

com.elegantmonkeys
ArtifactId

ArtifactId

lagom-javadsl-google-pubsub-broker_2.12
Last Version

Last Version

1.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

lagom-javadsl-google-pubsub-broker
lagom-javadsl-google-pubsub-broker
Project URL

Project URL

https://github.com/elegantmonkeys/lagom-google-pubsub
Project Organization

Project Organization

com.elegantmonkeys
Source Code Management

Source Code Management

https://github.com/elegantmonkeys/lagom-google-pubsub

Download lagom-javadsl-google-pubsub-broker_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.elegantmonkeys/lagom-javadsl-google-pubsub-broker_2.12/ -->
<dependency>
    <groupId>com.elegantmonkeys</groupId>
    <artifactId>lagom-javadsl-google-pubsub-broker_2.12</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.elegantmonkeys/lagom-javadsl-google-pubsub-broker_2.12/
implementation 'com.elegantmonkeys:lagom-javadsl-google-pubsub-broker_2.12:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.elegantmonkeys/lagom-javadsl-google-pubsub-broker_2.12/
implementation ("com.elegantmonkeys:lagom-javadsl-google-pubsub-broker_2.12:1.0.0-RC1")
'com.elegantmonkeys:lagom-javadsl-google-pubsub-broker_2.12:jar:1.0.0-RC1'
<dependency org="com.elegantmonkeys" name="lagom-javadsl-google-pubsub-broker_2.12" rev="1.0.0-RC1">
  <artifact name="lagom-javadsl-google-pubsub-broker_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elegantmonkeys', module='lagom-javadsl-google-pubsub-broker_2.12', version='1.0.0-RC1')
)
libraryDependencies += "com.elegantmonkeys" % "lagom-javadsl-google-pubsub-broker_2.12" % "1.0.0-RC1"
[com.elegantmonkeys/lagom-javadsl-google-pubsub-broker_2.12 "1.0.0-RC1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
com.elegantmonkeys : lagom-google-pubsub-broker_2.12 jar 1.0.0-RC1
com.elegantmonkeys : lagom-javadsl-google-pubsub-client_2.12 jar 1.0.0-RC1
org.slf4j : log4j-over-slf4j jar 1.7.25
com.lightbend.lagom : lagom-javadsl-broker_2.12 jar 1.4.2
com.lightbend.lagom : lagom-javadsl-server_2.12 jar 1.4.2

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.4
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Lagom Google Pub/Sub provider

An Implementation of Lagom Message Broker API for Google Pub/Sub.

This project is currently still an early experiment and is not suitable for production use.

This project is derived from:

Installation

Producer

Add the following to your build.sbt

libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-broker" % "1.0.0-RC1"

Subscriber

Add the following to your build.sbt

libraryDependencies += "com.elegantmonkeys" %% "lagom-scaladsl-google-pubsub-client" % "1.0.0-RC1"

Versions

Version
1.0.0-RC1