t

template-file-maven-plugin

按模板生成文件 - maven插件
https://github.com/yuenwk/template-file-maven-plugin
Apache License, Version 2.0
yuan404
文件下载
文件名 操作
template-file-maven-plugin-1.0.0.jar 下载
template-file-maven-plugin-1.0.0.pom 下载
template-file-maven-plugin-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.yuenwk</groupId>
  <artifactId>template-file-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.yuenwk:template-file-maven-plugin:1.0.0'
Gradle Kotlin
implementation("io.github.yuenwk:template-file-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.github.yuenwk" % "template-file-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.yuenwk', module='template-file-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.yuenwk" name="template-file-maven-plugin" rev="1.0.0" />
Leiningen
[io.github.yuenwk/template-file-maven-plugin "1.0.0"]
Apache Buildr
'io.github.yuenwk:template-file-maven-plugin:jar:1.0.0'