License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-example-domain |
Version | Version5.10.1 |
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.
|
Filename | Size |
---|---|
yagen-example-domain-5.10.1.pom | |
yagen-example-domain-5.10.1.jar | 30 KB |
yagen-example-domain-5.10.1-sources.jar | 15 KB |
yagen-example-domain-5.10.1-javadoc.jar | 109 KB |
Browse |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation 'com.github.gekoh.yagen:yagen-example-domain:5.10.1'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation ("com.github.gekoh.yagen:yagen-example-domain:5.10.1")
'com.github.gekoh.yagen:yagen-example-domain:jar:5.10.1'
<dependency org="com.github.gekoh.yagen" name="yagen-example-domain" rev="5.10.1">
<artifact name="yagen-example-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-example-domain', version='5.10.1')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-example-domain" % "5.10.1"
[com.github.gekoh.yagen/yagen-example-domain "5.10.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.gekoh.yagen : yagen-api | jar | 5.10.1 |
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.1 |
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 |