How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jdbi.internal</groupId>
<artifactId>jdbi3-root</artifactId>
<version>3.41.0</version>
</dependency>
Choose a version of org.jdbi.internal : jdbi3-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.41.x |
jdbi3-root-3.41.0
|
||
jdbi3-root-3.41.0-rc1
|
|||
3.40.x |
jdbi3-root-3.40.0
|
||
jdbi3-root-3.40.0-rc1
|
|||
jdbi3-root-3.40.0-a0
|
|||
3.39.x |
jdbi3-root-3.39.1
|
||
jdbi3-root-3.39.0
|
|||
3.38.x |
jdbi3-root-3.38.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jdbi.internal</groupId>
<artifactId>jdbi3-root</artifactId>
<version>3.41.0</version>
</dependency>
Advertisement