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