Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.patjlm |
ArtifactId | ArtifactIdmustache-ant |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
mustache-ant-0.3.pom | |
mustache-ant-0.3.jar | 76 KB |
mustache-ant-0.3-sources.jar | 4 KB |
mustache-ant-0.3-javadoc.jar | 37 KB |
Browse |
<!-- 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"]