MVN

com.natpryce : make-it-easy

Maven & Gradle

Sep 05, 2016
8 usages
152 stars

make-it-easy · A tiny framework that makes it easy to write Test Data Builders in Java

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>make-it-easy</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.natpryce : make-it-easy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.natpryce : make-it-easy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
make-it-easy-4.0.1
make-it-easy-4.0.0
3.1.x
make-it-easy-3.1.6
make-it-easy-3.1.0

How to add a dependency to Maven

Add the following com.natpryce : make-it-easy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.natpryce</groupId>
    <artifactId>make-it-easy</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.natpryce : make-it-easy gradle dependency to your build.gradle file:

implementation 'com.natpryce:make-it-easy:4.0.1'

Gradle Kotlin DSL: Add the following com.natpryce : make-it-easy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.natpryce:make-it-easy:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.natpryce : make-it-easy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.natpryce" % "make-it-easy" % "4.0.1"

Advertisement

Dependencies from Group

Sep 18, 2020
124 usages
323 stars
Sep 05, 2016
8 usages
152 stars
Jun 20, 2018
7 usages
271 stars
Feb 15, 2020
2 usages
137 stars
Oct 09, 2018
1 usages
58 stars

Discover Dependencies