Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.patjlm |
ArtifactId | ArtifactIdmustache-ant |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mustache-ant-1.0.0.pom | |
mustache-ant-1.0.0.jar | 79 KB |
mustache-ant-1.0.0-sources.jar | 5 KB |
mustache-ant-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation 'com.github.patjlm:mustache-ant:1.0.0'
// https://jarcasting.com/artifacts/com.github.patjlm/mustache-ant/
implementation ("com.github.patjlm:mustache-ant:1.0.0")
'com.github.patjlm:mustache-ant:jar:1.0.0'
<dependency org="com.github.patjlm" name="mustache-ant" rev="1.0.0">
<artifact name="mustache-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.patjlm', module='mustache-ant', version='1.0.0')
)
libraryDependencies += "com.github.patjlm" % "mustache-ant" % "1.0.0"
[com.github.patjlm/mustache-ant "1.0.0"]