t

template-factory

template-factory是一个基于Maven插件的代码生成工具集,根据不同的模板生成程序中不同的代码,开发者可以根据自己的模板代码扩展规则
https://gitee.com/dt_research_institute/template-factory
The Apache Software License, Version 2.0
肖玉民
Files download
File Operation
template-factory-1.7.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.xiaoymin</groupId>
  <artifactId>template-factory</artifactId>
  <version>1.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.xiaoymin:template-factory:1.7.2'
Gradle Kotlin
implementation("com.github.xiaoymin:template-factory:1.7.2")
Scala SBT
libraryDependencies += "com.github.xiaoymin" % "template-factory" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xiaoymin', module='template-factory', version='1.7.2')
)
Apache Ivy
<dependency org="com.github.xiaoymin" name="template-factory" rev="1.7.2" />
Leiningen
[com.github.xiaoymin/template-factory "1.7.2"]
Apache Buildr
'com.github.xiaoymin:template-factory:jar:1.7.2'
Dependencies