galarragas / spray-funnel 1.1
GitHubAKKA based utility throttle traffic in a Spray Client or Server Application
Scala versions:
2.10
spray-funnel-root 1.1
Group ID:
com.pragmasoft
Artifact ID:
spray-funnel-root_2.10
Version:
1.1
Release Date:
Mar 2, 2016
Licenses:
libraryDependencies += "com.pragmasoft" %% "spray-funnel-root" % "1.1" resolvers += Resolver.bintrayRepo("galarragas", "maven")
ivy"com.pragmasoft::spray-funnel-root:1.1" MavenRepository("https://dl.bintray.com/galarragas/maven")
//> using dep "com.pragmasoft::spray-funnel-root:1.1"
import $ivy.`com.pragmasoft::spray-funnel-root:1.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray galarragas maven", "Some(https://dl.bintray.com/galarragas/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.pragmasoft</groupId> <artifactId>spray-funnel-root_2.10</artifactId> <version>1.1</version> </dependency>
compile group: 'com.pragmasoft', name: 'spray-funnel-root_2.10', version: '1.1'