j

jdbi3-bom

Jdbi Bill of Materials (BOM). Import this module into a project to get a list of all public modules with a specific version.
https://jdbi.org/jdbi3-bom/
Apache License 2.0
The Jdbi Team
Files download
File Operation
jdbi3-bom-3.45.1.pom download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-bom</artifactId>
  <version>3.45.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-bom:3.45.1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-bom:3.45.1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-bom" % "3.45.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-bom', version='3.45.1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-bom" rev="3.45.1" />
Leiningen
[org.jdbi/jdbi3-bom "3.45.1"]
Apache Buildr
'org.jdbi:jdbi3-bom:jar:3.45.1'
Dependencies
The project has no third-party dependencies