License |
License |
---|---|
GroupId | GroupIdcn.huangxulin |
ArtifactId | ArtifactIdcode-generator-ui |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA code generator based on MyBatisPlus, which provides a web visual configuration page.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
code-generator-ui-3.1.1.pom | |
code-generator-ui-3.1.1.jar | 1 KB |
code-generator-ui-3.1.1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/code-generator-ui/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>code-generator-ui</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/code-generator-ui/
implementation 'cn.huangxulin:code-generator-ui:3.1.1'
// https://jarcasting.com/artifacts/cn.huangxulin/code-generator-ui/
implementation ("cn.huangxulin:code-generator-ui:3.1.1")
'cn.huangxulin:code-generator-ui:jar:3.1.1'
<dependency org="cn.huangxulin" name="code-generator-ui" rev="3.1.1">
<artifact name="code-generator-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='code-generator-ui', version='3.1.1')
)
libraryDependencies += "cn.huangxulin" % "code-generator-ui" % "3.1.1"
[cn.huangxulin/code-generator-ui "3.1.1"]