is not current version
Last Version 1.3

com.github.lastrix:easyorm-gradle-plugin 1.0

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

Categories

Categories

Gradle Build Tools ORM Data
GroupId

GroupId

com.github.lastrix
ArtifactId

ArtifactId

easyorm-gradle-plugin
Version

Version

1.0
Type

Type

jar

Download easyorm-gradle-plugin 1.0


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