<dependency> <groupId>com.github.patjlm</groupId> <artifactId>mustache-ant</artifactId> <version>0.3</version> </dependency>
implementation 'com.github.patjlm:mustache-ant:0.3'
implementation("com.github.patjlm:mustache-ant:0.3")
libraryDependencies += "com.github.patjlm" % "mustache-ant" % "0.3"
@Grapes( @Grab(group='com.github.patjlm', module='mustache-ant', version='0.3') )
<dependency org="com.github.patjlm" name="mustache-ant" rev="0.3" />
[com.github.patjlm/mustache-ant "0.3"]
'com.github.patjlm:mustache-ant:jar:0.3'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- com.samskivert:jmustache:1.10
provided
|-- org.apache.ant:ant-nodeps:1.7.0
test
|-- junit:junit:4.12