Last Version

embedded-db-junit-parent 2.0.2

Library that provides a JUnit rule for setting up unit test using an embedded in-memory database (H2)

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.zapodot
ArtifactId

ArtifactId

embedded-db-junit-parent
Version

Version

2.0.2
Type

Type

pom
Description

Description

embedded-db-junit-parent
Library that provides a JUnit rule for setting up unit test using an embedded in-memory database (H2)
Project URL

Project URL

https://github.com/zapodot/embedded-db-junit
Source Code Management

Source Code Management

https://github.com/zapodot/embedded-db-junit

Download embedded-db-junit-parent 2.0.2


<!-- https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/ -->
<dependency>
    <groupId>org.zapodot</groupId>
    <artifactId>embedded-db-junit-parent</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/
implementation 'org.zapodot:embedded-db-junit-parent:2.0.2'
// https://jarcasting.com/artifacts/org.zapodot/embedded-db-junit-parent/
implementation ("org.zapodot:embedded-db-junit-parent:2.0.2")
'org.zapodot:embedded-db-junit-parent:pom:2.0.2'
<dependency org="org.zapodot" name="embedded-db-junit-parent" rev="2.0.2">
  <artifact name="embedded-db-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zapodot', module='embedded-db-junit-parent', version='2.0.2')
)
libraryDependencies += "org.zapodot" % "embedded-db-junit-parent" % "2.0.2"
[org.zapodot/embedded-db-junit-parent "2.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • embedded-db-core
  • embedded-db-junit
  • embedded-db-junit-jupiter
  • embedded-db-junit-liquibase
  • embedded-db-flyway
  • embedded-db-plugin-jupiter-tests