| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gekoh.yagen |
| ArtifactId | ArtifactIdyagen-api |
| Last Version | Last Version5.10.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionyaGen - API
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-api-5.10.2.pom | |
| yagen-api-5.10.2.jar | 62 KB |
| yagen-api-5.10.2-sources.jar | 41 KB |
| yagen-api-5.10.2-javadoc.jar | 213 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |