twitter-archive / distributedlog   0.3.51-RC1

Apache License 2.0 Website GitHub

A high performance replicated log service. (The development is moved to Apache Incubator)

Scala versions: 2.11 2.10

distributedlog-benchmark 0.3.51-RC1


Group ID:
com.twitter
Artifact ID:
distributedlog-benchmark_2.11
Version:
0.3.51-RC1
Release Date:
Jun 6, 2016
Licenses:

libraryDependencies += "com.twitter" %% "distributedlog-benchmark" % "0.3.51-RC1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.twitter::distributedlog-benchmark:0.3.51-RC1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.twitter::distributedlog-benchmark:0.3.51-RC1"

Ammonite REPL

import $ivy.`com.twitter::distributedlog-benchmark:0.3.51-RC1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.twitter</groupId>
  <artifactId>distributedlog-benchmark_2.11</artifactId>
  <version>0.3.51-RC1</version>
</dependency>

compile group: 'com.twitter', name: 'distributedlog-benchmark_2.11', version: '0.3.51-RC1'