| License |
License |
|---|---|
| GroupId | GroupIdcom.github.anhem |
| ArtifactId | ArtifactIdtest-populator |
| Version | Version0.1.8 |
| Type | Typejar |
| Description |
Descriptiontest-populator
Populate java classes with fixed or random data using reflection. Facilitates the creation of objects in tests.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-populator-0.1.8.pom | |
| test-populator-0.1.8.jar | 29 KB |
| test-populator-0.1.8-sources.jar | 14 KB |
| test-populator-0.1.8-javadoc.jar | 445 KB |
| Browse |
<!-- 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"]
| 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 |