is not current version
Last Version 4.0.1

com.natpryce:make-it-easy 3.1.0

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

GroupId

GroupId

com.natpryce
ArtifactId

ArtifactId

make-it-easy
Version

Version

3.1.0
Type

Type

jar

Download make-it-easy 3.1.0


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