Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.patjlm |
ArtifactId | ArtifactIdmustache-ant |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
mustache-ant-0.4.pom | |
mustache-ant-0.4.jar | 77 KB |
mustache-ant-0.4-sources.jar | 4 KB |
mustache-ant-0.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/ -->
<dependency>
<groupId>com.github.patjlm</groupId>
<artifactId>mustache-ant</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation 'com.github.patjlm:mustache-ant:0.4'
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation ("com.github.patjlm:mustache-ant:0.4")
'com.github.patjlm:mustache-ant:jar:0.4'
<dependency org="com.github.patjlm" name="mustache-ant" rev="0.4">
<artifact name="mustache-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patjlm', module='mustache-ant', version='0.4')
)
libraryDependencies += "com.github.patjlm" % "mustache-ant" % "0.4"
[com.github.patjlm/mustache-ant "0.4"]