is not current version
Last Version 1.1.2.2

net.sf.dbfit:dbfit 1.1.2.1

DbFit is a set of fixtures which enables FIT/FitNesse tests to execute directly against a database, enabling developers to manipulate database objects in a relational form, making database TDD much easier then with xUnit-style tools.

Categories

Categories

Net
GroupId

GroupId

net.sf.dbfit
ArtifactId

ArtifactId

dbfit
Version

Version

1.1.2.1
Type

Type

jar

Download dbfit 1.1.2.1


<!-- https://jarcasting.com/artifacts/net.sf.dbfit/dbfit/ -->
<dependency>
    <groupId>net.sf.dbfit</groupId>
    <artifactId>dbfit</artifactId>
    <version>1.1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.dbfit/dbfit/
implementation 'net.sf.dbfit:dbfit:1.1.2.1'
// https://jarcasting.com/artifacts/net.sf.dbfit/dbfit/
implementation ("net.sf.dbfit:dbfit:1.1.2.1")
'net.sf.dbfit:dbfit:jar:1.1.2.1'
<dependency org="net.sf.dbfit" name="dbfit" rev="1.1.2.1">
  <artifact name="dbfit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.dbfit', module='dbfit', version='1.1.2.1')
)
libraryDependencies += "net.sf.dbfit" % "dbfit" % "1.1.2.1"
[net.sf.dbfit/dbfit "1.1.2.1"]