License |
License |
---|---|
GroupId | GroupIdfr.pinguet62 |
ArtifactId | ArtifactIddbunit-sql |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionDbUnit SQL
SQL dataset support for "DbUnit" and "spring-test-dbunit"
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dbunit-sql-2.0.pom | |
dbunit-sql-2.0.jar | 11 KB |
dbunit-sql-2.0-sources.jar | 7 KB |
dbunit-sql-2.0-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.pinguet62/dbunit-sql/ -->
<dependency>
<groupId>fr.pinguet62</groupId>
<artifactId>dbunit-sql</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.pinguet62/dbunit-sql/
implementation 'fr.pinguet62:dbunit-sql:2.0'
// https://jarcasting.com/artifacts/fr.pinguet62/dbunit-sql/
implementation ("fr.pinguet62:dbunit-sql:2.0")
'fr.pinguet62:dbunit-sql:jar:2.0'
<dependency org="fr.pinguet62" name="dbunit-sql" rev="2.0">
<artifact name="dbunit-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.pinguet62', module='dbunit-sql', version='2.0')
)
libraryDependencies += "fr.pinguet62" % "dbunit-sql" % "2.0"
[fr.pinguet62/dbunit-sql "2.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.8.0 |
com.github.jsqlparser : jsqlparser | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.dbunit : dbunit | jar | 2.7.0 |
com.github.springtestdbunit : spring-test-dbunit | jar | 1.3.0 |
org.springframework : spring-beans | jar | 5.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.0 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.4.0 |
org.hsqldb : hsqldb | jar | 2.5.1 |