License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jakubholy.testing |
ArtifactId | ArtifactIddbunit-express |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpress DbUnit with Embedded Derby DB
The project helps you to setup a DbUnit test using an embedded Derby database
by providing an AbstractEmbeddedDbTestCase.java that you extend, instructions
for using it, and the utility DatabaseCreator.java for creating and initializing the DB.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dbunit-express-1.3.0.pom | |
dbunit-express-1.3.0.jar | 38 KB |
dbunit-express-1.3.0-sources.jar | 36 KB |
dbunit-express-1.3.0-javadoc.jar | 141 KB |
dbunit-express-1.3.0-dist.zip | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/ -->
<dependency>
<groupId>net.jakubholy.testing</groupId>
<artifactId>dbunit-express</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation 'net.jakubholy.testing:dbunit-express:1.3.0'
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation ("net.jakubholy.testing:dbunit-express:1.3.0")
'net.jakubholy.testing:dbunit-express:jar:1.3.0'
<dependency org="net.jakubholy.testing" name="dbunit-express" rev="1.3.0">
<artifact name="dbunit-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubholy.testing', module='dbunit-express', version='1.3.0')
)
libraryDependencies += "net.jakubholy.testing" % "dbunit-express" % "1.3.0"
[net.jakubholy.testing/dbunit-express "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.derby : derby | jar | 10.8.1.2 |
org.dbunit : dbunit | jar | 2.4.8 |
junit : junit | jar | [3.8.2,4),[4.9,5) |
org.slf4j : slf4j-api | jar | 1.5.6 |
org.slf4j : slf4j-simple | jar | 1.5.6 |