MVN

org.int4.db : parent

Maven & Gradle

Feb 23, 2024
6 stars

JDBC with templates · A light-weight framework for using JDBC with String Templates.

<dependency>
    <groupId>org.int4.db</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.int4.db : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of org.int4.db : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.int4.db</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement