| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools ORM Data |
| GroupId | GroupIdcom.github.lastrix |
| ArtifactId | ArtifactIdeasyorm-gradle-plugin |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasy ORM Gradle Plugin
Create hibernate, java and sql scripts from simple model.json defining entities and relations between them.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easyorm-gradle-plugin-1.3.pom | |
| easyorm-gradle-plugin-1.3.jar | 215 KB |
| easyorm-gradle-plugin-1.3-sources.jar | 87 KB |
| easyorm-gradle-plugin-1.3-javadoc.jar | 411 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |