Last Version

template-factory 1.5

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

License

License

GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

template-factory
Version

Version

1.5
Type

Type

pom
Description

Description

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

Download template-factory 1.5

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

<!-- 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