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