<dependency> <groupId>com.github.patjlm</groupId> <artifactId>mustache-ant</artifactId> <version>0.4</version> </dependency>
implementation 'com.github.patjlm:mustache-ant:0.4'
implementation("com.github.patjlm:mustache-ant:0.4")
libraryDependencies += "com.github.patjlm" % "mustache-ant" % "0.4"
@Grapes( @Grab(group='com.github.patjlm', module='mustache-ant', version='0.4') )
<dependency org="com.github.patjlm" name="mustache-ant" rev="0.4" />
[com.github.patjlm/mustache-ant "0.4"]
'com.github.patjlm:mustache-ant:jar:0.4'
<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