is not current version
Last Version 1.5

com.github.xiaoymin:template-factory 1.0

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

GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

template-factory
Version

Version

1.0
Type

Type

pom

Download template-factory 1.0

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