Files download
File Operation
mustache-ant-0.4.jar download
mustache-ant-0.4.pom download
mustache-ant-0.4-sources.jar download
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'