Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.hippoom |
ArtifactId | ArtifactIdtest-data-builder |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
test-data-builder-0.4.1.pom | |
test-data-builder-0.4.1.jar | 4 KB |
test-data-builder-0.4.1-sources.jar | 3 KB |
test-data-builder-0.4.1-javadoc.jar | 32 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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation 'com.github.hippoom:test-data-builder:0.4.1'
// https://jarcasting.com/artifacts/com.github.hippoom/test-data-builder/
implementation ("com.github.hippoom:test-data-builder:0.4.1")
'com.github.hippoom:test-data-builder:jar:0.4.1'
<dependency org="com.github.hippoom" name="test-data-builder" rev="0.4.1">
<artifact name="test-data-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='test-data-builder', version='0.4.1')
)
libraryDependencies += "com.github.hippoom" % "test-data-builder" % "0.4.1"
[com.github.hippoom/test-data-builder "0.4.1"]