template-factory

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

License

License

GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

template-factory
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download template-factory

Filename Size
template-factory-1.5.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory/ -->
<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>template-factory</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory/
implementation 'com.github.xiaoymin:template-factory:1.5'
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory/
implementation ("com.github.xiaoymin:template-factory:1.5")
'com.github.xiaoymin:template-factory:pom:1.5'
<dependency org="com.github.xiaoymin" name="template-factory" rev="1.5">
  <artifact name="template-factory" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='template-factory', version='1.5')
)
libraryDependencies += "com.github.xiaoymin" % "template-factory" % "1.5"
[com.github.xiaoymin/template-factory "1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26

Project Modules

  • template-factory-maven-plugin
  • template-factory-core

Versions

Version
1.5
1.4
1.3
1.2
1.1
1.0