is not current version
Last Version 3.9.0

io.github.benas:random-beans-parent 2.0.0

Random Beans is a library to generate random Java beans

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

random-beans-parent
Version

Version

2.0.0
Type

Type

pom

Download random-beans-parent 2.0.0


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