is not current version
Last Version 0.0.5

se.gawell:fakeriak 0.0.4

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.

GroupId

GroupId

se.gawell
ArtifactId

ArtifactId

fakeriak
Version

Version

0.0.4
Type

Type

pom

Download fakeriak 0.0.4

Filename Size
fakeriak-0.0.4.pom 3 KB
Browse

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