License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases H2 |
GroupId | GroupIdcom.parmet.mysql2h2-converter |
ArtifactId | ArtifactIdmysql2h2-parent |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionMySQL to H2 Converter
A library to convert MySQL statements to H2-compatible statements
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mysql2h2-parent-0.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.parmet.mysql2h2-converter/mysql2h2-parent/ -->
<dependency>
<groupId>com.parmet.mysql2h2-converter</groupId>
<artifactId>mysql2h2-parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.parmet.mysql2h2-converter/mysql2h2-parent/
implementation 'com.parmet.mysql2h2-converter:mysql2h2-parent:0.2.0'
// https://jarcasting.com/artifacts/com.parmet.mysql2h2-converter/mysql2h2-parent/
implementation ("com.parmet.mysql2h2-converter:mysql2h2-parent:0.2.0")
'com.parmet.mysql2h2-converter:mysql2h2-parent:pom:0.2.0'
<dependency org="com.parmet.mysql2h2-converter" name="mysql2h2-parent" rev="0.2.0">
<artifact name="mysql2h2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.parmet.mysql2h2-converter', module='mysql2h2-parent', version='0.2.0')
)
libraryDependencies += "com.parmet.mysql2h2-converter" % "mysql2h2-parent" % "0.2.0"
[com.parmet.mysql2h2-converter/mysql2h2-parent "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |