не последняя версия
Последняя версия 0.1.8

com.github.anhem:test-populator 0.1.3

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

Группа

Группа

com.github.anhem
Идентификатор

Идентификатор

test-populator
Версия

Версия

0.1.3
Тип

Тип

jar

Скачать test-populator 0.1.3


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