is not current version
Last Version 3.5.2

tools.devnull:kodo 0.4.1

Kodo is a test framework that helps you creating test scenarios with the help of a fluent interface.

GroupId

GroupId

tools.devnull
ArtifactId

ArtifactId

kodo
Version

Version

0.4.1
Type

Type

jar

Download kodo 0.4.1


<!-- https://jarcasting.com/artifacts/tools.devnull/kodo/ -->
<dependency>
    <groupId>tools.devnull</groupId>
    <artifactId>kodo</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/tools.devnull/kodo/
implementation 'tools.devnull:kodo:0.4.1'
// https://jarcasting.com/artifacts/tools.devnull/kodo/
implementation ("tools.devnull:kodo:0.4.1")
'tools.devnull:kodo:jar:0.4.1'
<dependency org="tools.devnull" name="kodo" rev="0.4.1">
  <artifact name="kodo" type="jar" />
</dependency>
@Grapes(
@Grab(group='tools.devnull', module='kodo', version='0.4.1')
)
libraryDependencies += "tools.devnull" % "kodo" % "0.4.1"
[tools.devnull/kodo "0.4.1"]