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