sqltojava
The utility converts SQL files to the java sources
License |
License |
---|---|
GroupId | GroupIdcom.github.javadev |
ArtifactId | ArtifactIdsqltojava |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSQL to java converter
The utility class to convert SQL files to the java/JPA entities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqltojava-1.0.pom | |
sqltojava-1.0.jar | 11 KB |
sqltojava-1.0-sources.jar | 5 KB |
sqltojava-1.0-javadoc.jar | 27 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.velocity : velocity | jar | 1.7 |
commons-io : commons-io | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
The utility converts SQL files to the java sources