Last Version

yaGen - API 5.10.2

This Generator is not a complete new DDL generator but enhances hbm2ddl on top of hibernate to prettify and extend the created DDL.

License

License

GroupId

GroupId

com.github.gekoh.yagen
ArtifactId

ArtifactId

yagen-api
Version

Version

5.10.2
Type

Type

jar
Description

Description

yaGen - API
This Generator is not a complete new DDL generator but enhances hbm2ddl on top of hibernate to prettify and extend the created DDL.

Download yagen-api 5.10.2


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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.6.1
commons-lang : commons-lang jar 2.6
org.hibernate : hibernate-core Optional jar 5.4.12.Final

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.