MVN

com.parmet : mysql2h2-parent

Maven & Gradle

May 29, 2017
2 stars

MySQL to H2 Converter · A library to convert MySQL statements to H2-compatible statements

<dependency>
    <groupId>com.parmet</groupId>
    <artifactId>mysql2h2-parent</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.parmet : mysql2h2-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of com.parmet : mysql2h2-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
mysql2h2-parent-0.2.1
mysql2h2-parent-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.parmet</groupId>
    <artifactId>mysql2h2-parent</artifactId>
    <version>0.2.1</version>
</dependency>

Advertisement