is not current version
Last Version 0.2.0

com.github.nylle:kotlinfixture 0.0.5

KotlinFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to Kotlin. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

kotlinfixture
Version

Version

0.0.5
Type

Type

jar

Download kotlinfixture 0.0.5


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