Easy ORM Gradle Plugin

Create hibernate, java and sql scripts from simple model.json defining entities and relations between them.

License

License

Categories

Categories

Gradle Build Tools ORM Data
GroupId

GroupId

com.github.lastrix
ArtifactId

ArtifactId

easyorm-gradle-plugin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Easy ORM Gradle Plugin
Create hibernate, java and sql scripts from simple model.json defining entities and relations between them.
Project URL

Project URL

https://github.com/lastrix/easyorm-gradle-plugin
Source Code Management

Source Code Management

https://github.com/lastrix/easyorm-gradle-plugin

Download easyorm-gradle-plugin

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains : annotations jar 16.0.3
com.fasterxml.jackson.core : jackson-databind jar 2.9.3
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.4
org.hibernate : hibernate-core jar 5.2.12.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0