is not current version
Last Version 0.0.5

se.gawell:fakeriak 0.0.3

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.3
Type

Type

pom

Download fakeriak 0.0.3

Filename Size
fakeriak-0.0.3.pom 3 KB
Browse

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