MVN

com.github.hetianyi : code-generator-plugin

Maven & Gradle

Jan 13, 2023
1 stars

Java代码生成插件

<plugin>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>code-generator-plugin</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hetianyi : code-generator-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.github.hetianyi : code-generator-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
code-generator-plugin-1.0.6
code-generator-plugin-1.0.5
code-generator-plugin-1.0.4
code-generator-plugin-1.0.3
code-generator-plugin-1.0.2
code-generator-plugin-1.0.1
code-generator-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>code-generator-plugin</artifactId>
    <version>1.0.6</version>
</plugin>