is not current version
Last Version 1.0.6

io.ehdev.testify:db-builder 1.0.5

a project to aid in development requireing databases

GroupId

GroupId

io.ehdev.testify
ArtifactId

ArtifactId

db-builder
Version

Version

1.0.5
Type

Type

jar

Download db-builder 1.0.5


<!-- https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/ -->
<dependency>
    <groupId>io.ehdev.testify</groupId>
    <artifactId>db-builder</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/
implementation 'io.ehdev.testify:db-builder:1.0.5'
// https://jarcasting.com/artifacts/io.ehdev.testify/db-builder/
implementation ("io.ehdev.testify:db-builder:1.0.5")
'io.ehdev.testify:db-builder:jar:1.0.5'
<dependency org="io.ehdev.testify" name="db-builder" rev="1.0.5">
  <artifact name="db-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ehdev.testify', module='db-builder', version='1.0.5')
)
libraryDependencies += "io.ehdev.testify" % "db-builder" % "1.0.5"
[io.ehdev.testify/db-builder "1.0.5"]