is not current version
Last Version 1.3

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

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.1
Type

Type

jar

Download easyorm-gradle-plugin 1.1


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