Last Version

test-populator 0.1.8

Populate java classes with fixed or random data using reflection. Facilitates the creation of objects in tests.

License

License

GroupId

GroupId

com.github.anhem
ArtifactId

ArtifactId

test-populator
Version

Version

0.1.8
Type

Type

jar
Description

Description

test-populator
Populate java classes with fixed or random data using reflection. Facilitates the creation of objects in tests.
Project URL

Project URL

https://github.com/anhem/test-populator
Source Code Management

Source Code Management

https://github.com/anhem/test-populator

Download test-populator 0.1.8


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

Dependencies

test (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
org.immutables : value jar 2.8.2
org.junit.jupiter : junit-jupiter jar 5.8.1
org.assertj : assertj-core jar 3.21.0

Project Modules

There are no modules declared in this project.