MVN

net.hironico : parent

Maven & Gradle

Jun 07, 2024
1 stars

net.hironico:parent · The Hironico Mini SQL tool is packaged with all required dependencies into a single JAR. It contains standard drivers for Oracle, Postgresql, MSSQL and Sybase databases but you can refer to specific JDBC drivers in the tool configuration.

<dependency>
    <groupId>net.hironico</groupId>
    <artifactId>parent</artifactId>
    <version>2.27.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hironico : parent to add to Maven - Latest Versions:

  • Latest Stable: 2.27.1

All Versions

Choose a version of net.hironico : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.27.x
parent-2.27.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.hironico</groupId>
    <artifactId>parent</artifactId>
    <version>2.27.1</version>
</dependency>