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