Last Version

SQL to java converter 1.0

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

License

License

GroupId

GroupId

com.github.javadev
ArtifactId

ArtifactId

sqltojava
Version

Version

1.0
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 1.0


<!-- 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.