database-unit
database-unit simplify unit tests with databases. The database-unit modules provide junit rules, which are starting an in-memory database (namely apache derby) for unit testing.
##Modules:
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.sdorra | 
    
| ArtifactId | ArtifactIdjdbc-unit | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjdbc-unit 
            JUnit rule to simplify database unit tests. 
         | 
    
| Filename | Size | 
|---|---|
| jdbc-unit-1.0.0.pom | |
| jdbc-unit-1.0.0.jar | 12 KB | 
| jdbc-unit-1.0.0-sources.jar | 13 KB | 
| jdbc-unit-1.0.0-javadoc.jar | 80 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.sdorra/jdbc-unit/ -->
<dependency>
    <groupId>com.github.sdorra</groupId>
    <artifactId>jdbc-unit</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sdorra/jdbc-unit/
implementation 'com.github.sdorra:jdbc-unit:1.0.0'
                // https://jarcasting.com/artifacts/com.github.sdorra/jdbc-unit/
implementation ("com.github.sdorra:jdbc-unit:1.0.0")
                'com.github.sdorra:jdbc-unit:jar:1.0.0'
                <dependency org="com.github.sdorra" name="jdbc-unit" rev="1.0.0">
  <artifact name="jdbc-unit" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sdorra', module='jdbc-unit', version='1.0.0')
)
                libraryDependencies += "com.github.sdorra" % "jdbc-unit" % "1.0.0"
                [com.github.sdorra/jdbc-unit "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| org.apache.derby : derby | jar | 10.7.1.1 | 
database-unit simplify unit tests with databases. The database-unit modules provide junit rules, which are starting an in-memory database (namely apache derby) for unit testing.
##Modules: