License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.zapodot |
ArtifactId | ArtifactIdembedded-db-junit |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibrary that provides a JUnit rule for setting up unit test using an embedded in-memory database (H2)
|
Filename | Size |
---|---|
embedded-db-junit-2.0.2.pom | |
embedded-db-junit-2.0.2.jar | 5 KB |
embedded-db-junit-2.0.2-sources.jar | 3 KB |
embedded-db-junit-2.0.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit/ -->
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit/
implementation 'org.zapodot:embedded-db-junit:2.0.2'
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit/
implementation ("org.zapodot:embedded-db-junit:2.0.2")
'org.zapodot:embedded-db-junit:jar:2.0.2'
<dependency org="org.zapodot" name="embedded-db-junit" rev="2.0.2">
<artifact name="embedded-db-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zapodot', module='embedded-db-junit', version='2.0.2')
)
libraryDependencies += "org.zapodot" % "embedded-db-junit" % "2.0.2"
[org.zapodot/embedded-db-junit "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.zapodot : embedded-db-core | jar | 2.0.2 |
junit : junit | jar | 4.13.2 |
com.h2database : h2 | jar | 1.4.200 |
org.hsqldb : hsqldb | jar | 2.5.0 |
net.bytebuddy : byte-buddy | jar | 1.10.8 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 4.0.0 |
com.github.davidmoten : rxjava-jdbc | jar | 0.7.17 |
org.springframework : spring-jdbc | jar | 5.3.12 |
org.jdbi : jdbi | jar | 2.78 |
org.sql2o : sql2o | jar | 1.6.0 |
org.slf4j : slf4j-simple | jar | 1.7.30 |