License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jdbc |
ArtifactId | ArtifactIdbootique-jdbc |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jdbc: Abstract JDBC DataSource module for Bootique
Provides JDBC integration mechanism for Bootique without implementing a specific DataSource.
Requires an extra implementor module in runtime, such as 'bootique-jdbc-tomcat", etc.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-jdbc-2.0.1.pom | |
bootique-jdbc-2.0.1.jar | 19 KB |
bootique-jdbc-2.0.1-sources.jar | 16 KB |
bootique-jdbc-2.0.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc/ -->
<dependency>
<groupId>io.bootique.jdbc</groupId>
<artifactId>bootique-jdbc</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc/
implementation 'io.bootique.jdbc:bootique-jdbc:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc/
implementation ("io.bootique.jdbc:bootique-jdbc:2.0.1")
'io.bootique.jdbc:bootique-jdbc:jar:2.0.1'
<dependency org="io.bootique.jdbc" name="bootique-jdbc" rev="2.0.1">
<artifact name="bootique-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jdbc', module='bootique-jdbc', version='2.0.1')
)
libraryDependencies += "io.bootique.jdbc" % "bootique-jdbc" % "2.0.1"
[io.bootique.jdbc/bootique-jdbc "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
org.apache.derby : derby | jar | 10.14.1.0 |
io.bootique : bootique-test | jar | 2.0.1 |