Skip to content
#

streaming-applications

Here is 1 public repository matching this topic...

cloudflow
michaelpnash
michaelpnash commented Apr 23, 2020

It is currently hard for users to track which versions of dependencies they are getting and which versions they should use when adding extra dependencies to their projects. This results in code like this in our own example projects:

libraryDependencies ++= Seq(
        "com.lightbend.akka"     %% "akka-stream-alpakka-file"  % "1.1.2",
        "com.typesafe.akka"      %% "akka-http-spray-js

Improve this page

Add a description, image, and links to the streaming-applications topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming-applications topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.