| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.anhem |
| Идентификатор | Идентификаторtest-populator |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Описание |
Описаниеtest-populator
Populate java classes with fixed or random data using reflection. Facilitates the creation of objects in tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| test-populator-0.1.2.pom | |
| test-populator-0.1.2.jar | 26 KB |
| test-populator-0.1.2-sources.jar | 13 KB |
| test-populator-0.1.2-javadoc.jar | 443 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.anhem/test-populator/ -->
<dependency>
<groupId>com.github.anhem</groupId>
<artifactId>test-populator</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anhem/test-populator/
implementation 'com.github.anhem:test-populator:0.1.2'
// https://jarcasting.com/artifacts/com.github.anhem/test-populator/
implementation ("com.github.anhem:test-populator:0.1.2")
'com.github.anhem:test-populator:jar:0.1.2'
<dependency org="com.github.anhem" name="test-populator" rev="0.1.2">
<artifact name="test-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anhem', module='test-populator', version='0.1.2')
)
libraryDependencies += "com.github.anhem" % "test-populator" % "0.1.2"
[com.github.anhem/test-populator "0.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| org.immutables : value | jar | 2.8.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
| org.assertj : assertj-core | jar | 3.11.1 |