Last Version

FakeRiak 0.0.5

FakeRiak is an inmemory java implementation of (parts of) the Riak http interface. It is primarly used for testing java applications using riak in a jvm environment.

License

License

GroupId

GroupId

se.gawell
ArtifactId

ArtifactId

fakeriak
Version

Version

0.0.5
Type

Type

pom
Description

Description

FakeRiak
FakeRiak is an inmemory java implementation of (parts of) the Riak http interface. It is primarly used for testing java applications using riak in a jvm environment.
Project URL

Project URL

http://fakeriak.gawell.se

Download fakeriak 0.0.5

Filename Size
fakeriak-0.0.5.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/se.gawell/fakeriak/ -->
<dependency>
    <groupId>se.gawell</groupId>
    <artifactId>fakeriak</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.gawell/fakeriak/
implementation 'se.gawell:fakeriak:0.0.5'
// https://jarcasting.com/artifacts/se.gawell/fakeriak/
implementation ("se.gawell:fakeriak:0.0.5")
'se.gawell:fakeriak:pom:0.0.5'
<dependency org="se.gawell" name="fakeriak" rev="0.0.5">
  <artifact name="fakeriak" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.gawell', module='fakeriak', version='0.0.5')
)
libraryDependencies += "se.gawell" % "fakeriak" % "0.0.5"
[se.gawell/fakeriak "0.0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.jetty : jetty-servlet jar 8.0.2.v20111006
org.eclipse.jetty : jetty-webapp jar 8.0.2.v20111006
org.codehaus.jackson : jackson-mapper-asl jar 1.7.5

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0-rc1
org.apache.httpcomponents : httpclient jar 4.2-alpha1
com.basho.riak : riak-client jar 1.0.3

Project Modules

  • fakeriak-jar
  • fakeriak-war