| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.github.hippoom |
| ArtifactId | ArtifactIdtest-data-builder |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-data-builder-0.3.0.pom | |
| test-data-builder-0.3.0.jar | 4 KB |
| test-data-builder-0.3.0-sources.jar | 2 KB |
| test-data-builder-0.3.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>test-data-builder</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation 'com.github.hippoom:test-data-builder:0.3.0'
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation ("com.github.hippoom:test-data-builder:0.3.0")
'com.github.hippoom:test-data-builder:jar:0.3.0'
<dependency org="com.github.hippoom" name="test-data-builder" rev="0.3.0">
<artifact name="test-data-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='test-data-builder', version='0.3.0')
)
libraryDependencies += "com.github.hippoom" % "test-data-builder" % "0.3.0"
[com.github.hippoom/test-data-builder "0.3.0"]