is not current version
Last Version 1.1.0

com.github.patjlm:mustache-ant 0.3

An Ant implementation of Mustache

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.patjlm
ArtifactId

ArtifactId

mustache-ant
Version

Version

0.3
Type

Type

jar

Download mustache-ant 0.3


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