License |
License |
---|---|
GroupId | GroupIdcn.youngkbt |
ArtifactId | ArtifactIddbdtobean |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondbdtobean
Read the table fields of the database and generate entity class files and curd class files of controller, service, Dao and mapper layers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dbdtobean-1.5.pom | |
dbdtobean-1.5.jar | 48 KB |
dbdtobean-1.5-sources.jar | 37 KB |
dbdtobean-1.5-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean/ -->
<dependency>
<groupId>cn.youngkbt</groupId>
<artifactId>dbdtobean</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean/
implementation 'cn.youngkbt:dbdtobean:1.5'
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean/
implementation ("cn.youngkbt:dbdtobean:1.5")
'cn.youngkbt:dbdtobean:jar:1.5'
<dependency org="cn.youngkbt" name="dbdtobean" rev="1.5">
<artifact name="dbdtobean" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.youngkbt', module='dbdtobean', version='1.5')
)
libraryDependencies += "cn.youngkbt" % "dbdtobean" % "1.5"
[cn.youngkbt/dbdtobean "1.5"]