is not current version
Last Version 3.5.2

tools.devnull:kodo 3.1.0

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

GroupId

GroupId

tools.devnull
ArtifactId

ArtifactId

kodo
Version

Version

3.1.0
Type

Type

jar

Download kodo 3.1.0


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