License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.zapodot |
ArtifactId | ArtifactIdembedded-db-junit-parent |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionembedded-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
embedded-db-junit-parent-2.0.2.pom | 17 KB |
Browse |
<!-- 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"]