MVN

link.jfire : dbunit

Maven & Gradle

Dec 01, 2015
1 usages

dbunit · Dbunit is a test database supporting framework. Data can be stored in memory, and in the test after the restore database to achieve the purpose of protection of the scene. Support the database is exported as a spreadsheet, also support the spreadsheet data into database. Convenient the import of test data.

<dependency>
    <groupId>link.jfire</groupId>
    <artifactId>dbunit</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of link.jfire : dbunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of link.jfire : dbunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
dbunit-1.0

How to add a dependency to Maven

Add the following link.jfire : dbunit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>link.jfire</groupId>
    <artifactId>dbunit</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following link.jfire : dbunit gradle dependency to your build.gradle file:

implementation 'link.jfire:dbunit:1.0'

Gradle Kotlin DSL: Add the following link.jfire : dbunit gradle kotlin dependency to your build.gradle.kts file:

implementation("link.jfire:dbunit:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following link.jfire : dbunit sbt scala dependency to your build.sbt file:

libraryDependencies += "link.jfire" % "dbunit" % "1.0"

Advertisement

Dependencies from Group

Feb 24, 2016
8 usages
Dec 01, 2015
4 usages
Feb 24, 2016
4 usages
Feb 04, 2016
3 usages
Dec 01, 2015
1 usages

Discover Dependencies

Feb 04, 2016
3 usages
Mar 06, 2017
15 stars
May 27, 2021
2 usages
126 stars
Dec 07, 2015
Sep 30, 2019
17 usages
181 stars
Dec 01, 2015
44 stars