License |
License |
---|---|
Categories |
CategoriesjOOQ Data Databases Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.jooq |
ArtifactId | ArtifactIdbootique-jooq |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jooq: Jooq Integration with Bootique
Provides Jooq integration with Bootique
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-jooq-2.0.1.pom | |
bootique-jooq-2.0.1.jar | 8 KB |
bootique-jooq-2.0.1-sources.jar | 8 KB |
bootique-jooq-2.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jooq/bootique-jooq/ -->
<dependency>
<groupId>io.bootique.jooq</groupId>
<artifactId>bootique-jooq</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jooq/bootique-jooq/
implementation 'io.bootique.jooq:bootique-jooq:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jooq/bootique-jooq/
implementation ("io.bootique.jooq:bootique-jooq:2.0.1")
'io.bootique.jooq:bootique-jooq:jar:2.0.1'
<dependency org="io.bootique.jooq" name="bootique-jooq" rev="2.0.1">
<artifact name="bootique-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jooq', module='bootique-jooq', version='2.0.1')
)
libraryDependencies += "io.bootique.jooq" % "bootique-jooq" % "2.0.1"
[io.bootique.jooq/bootique-jooq "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
io.bootique.jdbc : bootique-jdbc | jar | 2.0.1 |
org.jooq : jooq | jar | 3.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique.jdbc : bootique-jdbc-junit5-testcontainers | jar | 2.0.1 |
org.testcontainers : junit-jupiter | jar | 1.16.0 |
org.testcontainers : mysql | jar | 1.16.0 |
mysql : mysql-connector-java | jar | 8.0.20 |
org.slf4j : slf4j-simple | jar | 1.7.25 |