is not current version
Last Version 1.5

com.github.xiaoymin:template-factory 1.1

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

GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

template-factory
Version

Version

1.1
Type

Type

pom

Download template-factory 1.1

Filename Size
template-factory-1.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory/
implementation 'com.github.xiaoymin:template-factory:1.1'
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory/
implementation ("com.github.xiaoymin:template-factory:1.1")
'com.github.xiaoymin:template-factory:pom:1.1'
<dependency org="com.github.xiaoymin" name="template-factory" rev="1.1">
  <artifact name="template-factory" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='template-factory', version='1.1')
)
libraryDependencies += "com.github.xiaoymin" % "template-factory" % "1.1"
[com.github.xiaoymin/template-factory "1.1"]