Stomp specification support library for akka-http.
Licensed under the Apache 2 license.
We are currently working to add the binary to Maven Central. Until then, add using sbt.
In your build.sbt add:
lazy val akkaHttpStomp = ProjectRef(
uri("https://github.com/pileworx/akka-http-stomp.git"),
"akka-http-stomp")
lazy val root = (project in file(".")).dependsOn(akkaHttpStomp)Publish to maven central.
Find more contributors (hint).