License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jdbc |
ArtifactId | ArtifactIdbootique-jdbc-junit5-derby |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jdbc-junit5-derby: JUnit5 helper classes for unit tests using in-memory Derby DB
Provides JUnit5-based helper classes for unit tests using in-memory Derby DB
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5-derby/ -->
<dependency>
<groupId>io.bootique.jdbc</groupId>
<artifactId>bootique-jdbc-junit5-derby</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5-derby/
implementation 'io.bootique.jdbc:bootique-jdbc-junit5-derby:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5-derby/
implementation ("io.bootique.jdbc:bootique-jdbc-junit5-derby:2.0.1")
'io.bootique.jdbc:bootique-jdbc-junit5-derby:jar:2.0.1'
<dependency org="io.bootique.jdbc" name="bootique-jdbc-junit5-derby" rev="2.0.1">
<artifact name="bootique-jdbc-junit5-derby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jdbc', module='bootique-jdbc-junit5-derby', version='2.0.1')
)
libraryDependencies += "io.bootique.jdbc" % "bootique-jdbc-junit5-derby" % "2.0.1"
[io.bootique.jdbc/bootique-jdbc-junit5-derby "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jdbc : bootique-jdbc-junit5 | jar | 2.0.1 |
org.apache.derby : derby | jar | 10.14.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |