License |
License |
---|---|
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-agent-jar |
Last Version | Last Version5.10.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionyaGen - java agent for init generator
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-agent-jar/ -->
<dependency>
<groupId>com.github.gekoh.yagen</groupId>
<artifactId>yagen-agent-jar</artifactId>
<version>5.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-agent-jar/
implementation 'com.github.gekoh.yagen:yagen-agent-jar:5.10.2'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-agent-jar/
implementation ("com.github.gekoh.yagen:yagen-agent-jar:5.10.2")
'com.github.gekoh.yagen:yagen-agent-jar:jar:5.10.2'
<dependency org="com.github.gekoh.yagen" name="yagen-agent-jar" rev="5.10.2">
<artifact name="yagen-agent-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-agent-jar', version='5.10.2')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-agent-jar" % "5.10.2"
[com.github.gekoh.yagen/yagen-agent-jar "5.10.2"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.27.0-GA |