GroupId | GroupIdio.ehdev.testify |
---|---|
ArtifactId | ArtifactIddb-builder |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
db-builder-1.0.3.pom | |
db-builder-1.0.3.jar | 10 KB |
db-builder-1.0.3-sources.jar | 1 KB |
db-builder-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/ -->
<dependency>
<groupId>io.ehdev.testify</groupId>
<artifactId>db-builder</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/
implementation 'io.ehdev.testify:db-builder:1.0.3'
// https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/
implementation ("io.ehdev.testify:db-builder:1.0.3")
'io.ehdev.testify:db-builder:jar:1.0.3'
<dependency org="io.ehdev.testify" name="db-builder" rev="1.0.3">
<artifact name="db-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ehdev.testify', module='db-builder', version='1.0.3')
)
libraryDependencies += "io.ehdev.testify" % "db-builder" % "1.0.3"
[io.ehdev.testify/db-builder "1.0.3"]