| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdio.bootique.jdbc |
| ArtifactId | ArtifactIdbootique-jdbc-test |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbootique-jdbc-test: Helper classes for unit tests that require a database
Provides helper classes for unit tests that require a database
|
| Project Organization |
Project OrganizationObjectStyle LLC |
| Filename | Size |
|---|---|
| bootique-jdbc-test-2.0.1.pom | |
| bootique-jdbc-test-2.0.1.jar | 65 KB |
| bootique-jdbc-test-2.0.1-sources.jar | 48 KB |
| bootique-jdbc-test-2.0.1-javadoc.jar | 228 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-test/ -->
<dependency>
<groupId>io.bootique.jdbc</groupId>
<artifactId>bootique-jdbc-test</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-test/
implementation 'io.bootique.jdbc:bootique-jdbc-test:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-test/
implementation ("io.bootique.jdbc:bootique-jdbc-test:2.0.1")
'io.bootique.jdbc:bootique-jdbc-test:jar:2.0.1'
<dependency org="io.bootique.jdbc" name="bootique-jdbc-test" rev="2.0.1">
<artifact name="bootique-jdbc-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jdbc', module='bootique-jdbc-test', version='2.0.1')
)
libraryDependencies += "io.bootique.jdbc" % "bootique-jdbc-test" % "2.0.1"
[io.bootique.jdbc/bootique-jdbc-test "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.bootique.jdbc : bootique-jdbc | jar | 2.0.1 |
| io.bootique : bootique-test | jar | 2.0.1 |
| org.apache.derby : derby | jar | 10.14.1.0 |
| 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 |
| io.bootique.jdbc : bootique-jdbc-tomcat | jar | 2.0.1 |