MVN

com.github.xiaoymin : template-factory

Maven & Gradle

Apr 09, 2023

template-factory · template-factory是一个基于Maven插件的代码生成工具集,根据不同的模板生成程序中不同的代码,开发者可以根据自己的模板代码扩展规则

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>template-factory</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiaoymin : template-factory to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.github.xiaoymin : template-factory to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
template-factory-1.7
1.6
template-factory-1.6
1.5
template-factory-1.5
1.4
template-factory-1.4
1.3
template-factory-1.3
1.2
template-factory-1.2
1.1
template-factory-1.1
1.0
template-factory-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>template-factory</artifactId>
    <version>1.7</version>
</dependency>