| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.hippoom |
| Идентификатор | Идентификаторtest-data-builder |
| Версия | Версия0.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| test-data-builder-0.4.0.pom | |
| test-data-builder-0.4.0.jar | 4 KB |
| test-data-builder-0.4.0-sources.jar | 2 KB |
| test-data-builder-0.4.0-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>test-data-builder</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation 'com.github.hippoom:test-data-builder:0.4.0'
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation ("com.github.hippoom:test-data-builder:0.4.0")
'com.github.hippoom:test-data-builder:jar:0.4.0'
<dependency org="com.github.hippoom" name="test-data-builder" rev="0.4.0">
<artifact name="test-data-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='test-data-builder', version='0.4.0')
)
libraryDependencies += "com.github.hippoom" % "test-data-builder" % "0.4.0"
[com.github.hippoom/test-data-builder "0.4.0"]