License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jdbc |
ArtifactId | ArtifactIdbootique-jdbc-junit5 |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jdbc-junit5: Common JUnit5-based helper classes for tests that require a database
Provides common abstarct JUnit5-based helper classes for tests that require a database. Users
should import its "submodules" - "bootique-jdbc-junit5-derby" and "bootique-jdbc-junit5-testcontainers"
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-jdbc-junit5-2.0.1.pom | |
bootique-jdbc-junit5-2.0.1.jar | 86 KB |
bootique-jdbc-junit5-2.0.1-sources.jar | 67 KB |
bootique-jdbc-junit5-2.0.1-javadoc.jar | 306 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/ -->
<dependency>
<groupId>io.bootique.jdbc</groupId>
<artifactId>bootique-jdbc-junit5</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/
implementation 'io.bootique.jdbc:bootique-jdbc-junit5:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/
implementation ("io.bootique.jdbc:bootique-jdbc-junit5:2.0.1")
'io.bootique.jdbc:bootique-jdbc-junit5:jar:2.0.1'
<dependency org="io.bootique.jdbc" name="bootique-jdbc-junit5" rev="2.0.1">
<artifact name="bootique-jdbc-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jdbc', module='bootique-jdbc-junit5', version='2.0.1')
)
libraryDependencies += "io.bootique.jdbc" % "bootique-jdbc-junit5" % "2.0.1"
[io.bootique.jdbc/bootique-jdbc-junit5 "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jdbc : bootique-jdbc | jar | 2.0.1 |
io.bootique : bootique-junit5 | jar | 2.0.1 |
io.bootique.jdbc : bootique-jdbc-liquibase-internal | jar | 2.0.1 |
org.apache.commons : commons-csv | jar | 1.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |