| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJUnit Unit Testing | 
        
| GroupId | GroupIdcom.github.isengrim613 | 
    
| ArtifactId | ArtifactIdjunit5-dbsetup-annotations | 
    
| Last Version | Last Version1.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionDbSetup Extension Annotations for JUnit5 
            JUnit5 extension annotations for DbSetup 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/ -->
<dependency>
    <groupId>com.github.isengrim613</groupId>
    <artifactId>junit5-dbsetup-annotations</artifactId>
    <version>1.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/
implementation 'com.github.isengrim613:junit5-dbsetup-annotations:1.2.0'
                // https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/
implementation ("com.github.isengrim613:junit5-dbsetup-annotations:1.2.0")
                'com.github.isengrim613:junit5-dbsetup-annotations:jar:1.2.0'
                <dependency org="com.github.isengrim613" name="junit5-dbsetup-annotations" rev="1.2.0">
  <artifact name="junit5-dbsetup-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.isengrim613', module='junit5-dbsetup-annotations', version='1.2.0')
)
                libraryDependencies += "com.github.isengrim613" % "junit5-dbsetup-annotations" % "1.2.0"
                [com.github.isengrim613/junit5-dbsetup-annotations "1.2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 | 
| com.ninja-squad : DbSetup | jar | 2.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 2.21.0 | 
| org.assertj : assertj-core | jar | 3.11.1 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.2.0 | 
| com.h2database : h2 | jar | 1.4.197 | 
| com.zaxxer : HikariCP | jar | 3.2.0 |