MVN

com.navercorp.fixturemonkey.snapshot : fixture-monkey

Maven & Gradle

May 23, 2023
6 usages
155 stars

fixture-monkey · The easiest way to generate controllable arbitrary test objects

<dependency>
    <groupId>com.navercorp.fixturemonkey.snapshot</groupId>
    <artifactId>fixture-monkey</artifactId>
    <version>0.6.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.navercorp.fixturemonkey.snapshot : fixture-monkey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0-M1
  • Latest Release Candidate: 0.5.3-RC2

All Versions

Choose a version of com.navercorp.fixturemonkey.snapshot : fixture-monkey to add to Maven or Gradle - All Versions:

  • Version Updated
  • fixture-monkey-0.6.0-M1

    May 23, 2023
  • fixture-monkey-0.5.6-6c1456cc

    Apr 27, 2023
  • fixture-monkey-0.5.3-RC2

    Mar 31, 2023
  • fixture-monkey-0.5.3-RC1

    Mar 28, 2023
  • fixture-monkey-0.5.2-RC1

    Mar 14, 2023
  • fixture-monkey-0.5.2-performance

    Mar 14, 2023
  • fixture-monkey-0.5.1-71d5ee7

    Mar 06, 2023
  • fixture-monkey-0.5.0-be519d5

    Feb 17, 2023
  • fixture-monkey-0.4.11-c5d6ec6

    Jan 10, 2023
  • fixture-monkey-0.4.6-aec509d5-3

    Nov 19, 2022
  • fixture-monkey-0.4.6-aec509d5-2

    Nov 19, 2022
  • fixture-monkey-0.4.6-aec509d5

    Nov 19, 2022
  • fixture-monkey-0.4.0-c85b691

    Aug 25, 2022
  • fixture-monkey-0.4.0-faa865b

    Aug 22, 2022
  • fixture-monkey-0.4.0-e0dc3aa

    Aug 19, 2022
  • fixture-monkey-0.4.0-f6d7e53

    Aug 08, 2022
  • fixture-monkey-0.4.0-9f2d398

    Aug 05, 2022
  • fixture-monkey-0.4.0-e8f7ac9

    Aug 05, 2022
  • fixture-monkey-0.4.0-950e18e

    Jul 15, 2022
  • fixture-monkey-0.4.0-fcf0630

    Jun 21, 2022
  • fixture-monkey-0.4.0-862c628

    May 25, 2022
  • fixture-monkey-0.4.0-dd71410

    Apr 14, 2022
  • fixture-monkey-0.4.0-2826386-2

    Apr 13, 2022
  • fixture-monkey-0.4.0-2826386

    Apr 12, 2022
  • fixture-monkey-0.4.0-27a7604

    Mar 24, 2022
  • fixture-monkey-0.4.0-c492ead

    Mar 22, 2022
  • fixture-monkey-0.4.0-6004cb6

    Mar 22, 2022
  • fixture-monkey-0.4.0-314aa0c

    Mar 17, 2022
  • fixture-monkey-0.4.0-82196b4

    Feb 17, 2022
  • fixture-monkey-0.4.0-b042595

    Feb 14, 2022
  • fixture-monkey-0.4.0-0a94a65

    Feb 11, 2022
  • fixture-monkey-0.4.0-27e7f6c

    Feb 11, 2022
  • fixture-monkey-0.4.0-327fbf6

    Feb 10, 2022
  • fixture-monkey-0.4.0-3d2d455

    Feb 08, 2022
  • fixture-monkey-0.4.0-29d901a

    Feb 07, 2022
  • fixture-monkey-0.4.0-07f169af

    Feb 04, 2022
  • fixture-monkey-0.4.0-28f571b

    Feb 03, 2022
  • fixture-monkey-0.3.2-78ba32a

    Nov 01, 2021
  • fixture-monkey-0.3.2-8bb9dc4

    Oct 26, 2021
  • fixture-monkey-0.4.0-1571e91

    Oct 12, 2021
  • fixture-monkey-0.4.0-jqwik

    Oct 08, 2021
  • fixture-monkey-0.3.1-ae09333

    Oct 07, 2021
  • fixture-monkey-0.3.1

    Oct 05, 2021
  • fixture-monkey-0.3.0-0549134

    Sep 30, 2021
  • fixture-monkey-0.3.0-fa8a64f

    Sep 29, 2021
  • fixture-monkey-0.3.0-d6571f6

    Sep 29, 2021
  • fixture-monkey-0.3.0-29cd457

    Sep 29, 2021
  • fixture-monkey-0.3.0-1243120

    Sep 27, 2021

How to add a dependency to Maven

Add the following com.navercorp.fixturemonkey.snapshot : fixture-monkey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.navercorp.fixturemonkey.snapshot</groupId>
    <artifactId>fixture-monkey</artifactId>
    <version>0.6.0-M1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.navercorp.fixturemonkey.snapshot : fixture-monkey gradle dependency to your build.gradle file:

implementation 'com.navercorp.fixturemonkey.snapshot:fixture-monkey:0.6.0-M1'

Gradle Kotlin DSL: Add the following com.navercorp.fixturemonkey.snapshot : fixture-monkey gradle kotlin dependency to your build.gradle.kts file:

implementation("com.navercorp.fixturemonkey.snapshot:fixture-monkey:0.6.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.navercorp.fixturemonkey.snapshot : fixture-monkey sbt scala dependency to your build.sbt file:

libraryDependencies += "com.navercorp.fixturemonkey.snapshot" % "fixture-monkey" % "0.6.0-M1"