Last Version

doozer 1.5

A minimalistic framework that let you create any Java objects with a fluent and readable syntax. Helpful especially in integration and acceptance test scenarios for building complex object trees.

License

License

GroupId

GroupId

com.github.mictaege
ArtifactId

ArtifactId

doozer
Version

Version

1.5
Type

Type

jar
Description

Description

doozer
A minimalistic framework that let you create any Java objects with a fluent and readable syntax. Helpful especially in integration and acceptance test scenarios for building complex object trees.
Project URL

Project URL

https://github.com/mictaege/doozer
Source Code Management

Source Code Management

https://github.com/mictaege/doozer

Download doozer 1.5


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.5
com.github.mictaege : lenientfun jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.