org.jdbi:jdbi3-bom (3.44.0)
Published 2026-02-24 13:44:50 +00:00 by atheaadmin
Installation
<repositories>
<repository>
<id>gitea</id>
<url> </url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url> </url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url> </url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-bom</artifactId>
<version>3.44.0</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories= -Dartifact=org.jdbi:jdbi3-bom:3.44.0About this package
Jdbi Bill of Materials (BOM). Import this module into a project to get a list of all public modules with a specific version.