Last Version

beanmother 0.9.0

A library for setting up Java Bean as test data.

License

License

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

io.beanmother
ArtifactId

ArtifactId

beanmother
Version

Version

0.9.0
Type

Type

pom
Description

Description

beanmother
A library for setting up Java Bean as test data.
Project URL

Project URL

https://github.com/keepcosmos/beanmother
Source Code Management

Source Code Management

https://github.com/keepcosmos/beanmother

Download beanmother 0.9.0

Filename Size
beanmother-0.9.0.pom 5 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25
junit : junit jar 4.12

Project Modules

  • beanmother-core
  • beanmother-builder-converter
  • beanmother-java8-converter
  • beanmother-joda-time-converter
  • beanmother-guava-converter