文件下载
文件名 操作
templates-maven-plugin-0.0.3.jar 下载
templates-maven-plugin-0.0.3.pom 下载
templates-maven-plugin-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.mrdaios</groupId>
  <artifactId>templates-maven-plugin</artifactId>
  <version>0.0.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.mrdaios:templates-maven-plugin:0.0.3'
Gradle Kotlin
implementation("io.github.mrdaios:templates-maven-plugin:0.0.3")
Scala SBT
libraryDependencies += "io.github.mrdaios" % "templates-maven-plugin" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mrdaios', module='templates-maven-plugin', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.mrdaios" name="templates-maven-plugin" rev="0.0.3" />
Leiningen
[io.github.mrdaios/templates-maven-plugin "0.0.3"]
Apache Buildr
'io.github.mrdaios:templates-maven-plugin:jar:0.0.3'