License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-example-domain |
Last Version | Last Version5.10.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionyaGen - example domain lib with ddl generation
This Generator is not a complete new DDL generator but enhances hbm2ddl on top of hibernate
to prettify and extend the created DDL.
|
<!-- https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/ -->
<dependency>
<groupId>com.github.gekoh.yagen</groupId>
<artifactId>yagen-example-domain</artifactId>
<version>5.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation 'com.github.gekoh.yagen:yagen-example-domain:5.10.2'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation ("com.github.gekoh.yagen:yagen-example-domain:5.10.2")
'com.github.gekoh.yagen:yagen-example-domain:jar:5.10.2'
<dependency org="com.github.gekoh.yagen" name="yagen-example-domain" rev="5.10.2">
<artifact name="yagen-example-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-example-domain', version='5.10.2')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-example-domain" % "5.10.2"
[com.github.gekoh.yagen/yagen-example-domain "5.10.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.gekoh.yagen : yagen-api | jar | 5.10.2 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
com.github.gekoh.yagen : yagen-generator-lib Optional | jar | 5.10.2 |
commons-cli : commons-cli Optional | jar | 1.2 |
org.javassist : javassist Optional | jar | 3.27.0-GA |
org.hibernate : hibernate-entitymanager Optional | jar | 5.4.12.Final |
org.slf4j : slf4j-log4j12 Optional | jar | 1.6.1 |
org.apache.velocity : velocity-engine-core Optional | jar | 2.0 |
org.hibernate : hibernate-core Optional | jar | 5.4.12.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.hsqldb : hsqldb | jar | 2.3.5 |
com.opentable.components : otj-pg-embedded | jar | 0.13.3 |