is not current version
Last Version 1.1.1

org.bitbucket.brunneng.br:bean-randomizer 1.0.3

Tool for generation of random beans. Will be useful for unit testing when you need just to fill objects with some data, without care much of particular values. Has a rich and flexible programmatic configuration (without annotations) with the ability to extend.

GroupId

GroupId

org.bitbucket.brunneng.br
ArtifactId

ArtifactId

bean-randomizer
Version

Version

1.0.3
Type

Type

jar

Download bean-randomizer 1.0.3


<!-- https://jarcasting.com/artifacts/org.bitbucket.brunneng.br/bean-randomizer/ -->
<dependency>
    <groupId>org.bitbucket.brunneng.br</groupId>
    <artifactId>bean-randomizer</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.brunneng.br/bean-randomizer/
implementation 'org.bitbucket.brunneng.br:bean-randomizer:1.0.3'
// https://jarcasting.com/artifacts/org.bitbucket.brunneng.br/bean-randomizer/
implementation ("org.bitbucket.brunneng.br:bean-randomizer:1.0.3")
'org.bitbucket.brunneng.br:bean-randomizer:jar:1.0.3'
<dependency org="org.bitbucket.brunneng.br" name="bean-randomizer" rev="1.0.3">
  <artifact name="bean-randomizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.brunneng.br', module='bean-randomizer', version='1.0.3')
)
libraryDependencies += "org.bitbucket.brunneng.br" % "bean-randomizer" % "1.0.3"
[org.bitbucket.brunneng.br/bean-randomizer "1.0.3"]