everpeace / constructr-redis 0.0.4
GitHubThis library enables to use Redis as cluster coordinator in a ConstructR based cluster
constructr-akka-testing 0.0.2
Group ID:
com.github.everpeace
Artifact ID:
constructr-akka-testing_2.11
Version:
0.0.2
Release Date:
Apr 22, 2017
Licenses:
libraryDependencies += "com.github.everpeace" %% "constructr-akka-testing" % "0.0.2" resolvers += Resolver.bintrayRepo("everpeace", "maven")
ivy"com.github.everpeace::constructr-akka-testing:0.0.2" MavenRepository("https://dl.bintray.com/everpeace/maven")
//> using dep "com.github.everpeace::constructr-akka-testing:0.0.2"
import $ivy.`com.github.everpeace::constructr-akka-testing:0.0.2` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray everpeace maven", "Some(https://dl.bintray.com/everpeace/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.everpeace</groupId> <artifactId>constructr-akka-testing_2.11</artifactId> <version>0.0.2</version> </dependency>
compile group: 'com.github.everpeace', name: 'constructr-akka-testing_2.11', version: '0.0.2'