is not current version
Last Version 0.9.0

io.beanmother:beanmother 0.8.0

A library for setting up Java Bean as test data.

Categories

Categories

Other General Purpose Libraries
GroupId

GroupId

io.beanmother
ArtifactId

ArtifactId

beanmother
Version

Version

0.8.0
Type

Type

pom

Download beanmother 0.8.0

Filename Size
beanmother-0.8.0.pom 5 KB
Browse

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