SQL to java converter

The utility class to convert SQL files to the java/JPA entities

License

License

GroupId

GroupId

com.github.javadev
ArtifactId

ArtifactId

sqltojava
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

SQL to java converter
The utility class to convert SQL files to the java/JPA entities
Project URL

Project URL

https://github.com/javadev/sqltojava
Source Code Management

Source Code Management

https://github.com/javadev/sqltojava

Download sqltojava

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.javadev/sqltojava/ -->
<dependency>
    <groupId>com.github.javadev</groupId>
    <artifactId>sqltojava</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javadev/sqltojava/
implementation 'com.github.javadev:sqltojava:1.0'
// https://jarcasting.com/artifacts/com.github.javadev/sqltojava/
implementation ("com.github.javadev:sqltojava:1.0")
'com.github.javadev:sqltojava:jar:1.0'
<dependency org="com.github.javadev" name="sqltojava" rev="1.0">
  <artifact name="sqltojava" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javadev', module='sqltojava', version='1.0')
)
libraryDependencies += "com.github.javadev" % "sqltojava" % "1.0"
[com.github.javadev/sqltojava "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.velocity : velocity jar 1.7
commons-io : commons-io jar 2.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

sqltojava

Maven Central Build Status Coverage Status Dependency Status

The utility converts SQL files to the java sources

Screen short

Versions

Version
1.0