is not current version
Last Version 1.1.0

com.github.patjlm:mustache-ant 0.4

An Ant implementation of Mustache

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.patjlm
ArtifactId

ArtifactId

mustache-ant
Version

Version

0.4
Type

Type

jar

Download mustache-ant 0.4


<!-- https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/ -->
<dependency>
    <groupId>com.github.patjlm</groupId>
    <artifactId>mustache-ant</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation 'com.github.patjlm:mustache-ant:0.4'
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation ("com.github.patjlm:mustache-ant:0.4")
'com.github.patjlm:mustache-ant:jar:0.4'
<dependency org="com.github.patjlm" name="mustache-ant" rev="0.4">
  <artifact name="mustache-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patjlm', module='mustache-ant', version='0.4')
)
libraryDependencies += "com.github.patjlm" % "mustache-ant" % "0.4"
[com.github.patjlm/mustache-ant "0.4"]