Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.spullara.mustache.java |
ArtifactId | ArtifactIdcompiler |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
compiler-0.8.4.pom | |
compiler-0.8.4.jar | 80 KB |
compiler-0.8.4-tests.jar | 117 KB |
compiler-0.8.4-sources.jar | 37 KB |
compiler-0.8.4-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/ -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/
implementation 'com.github.spullara.mustache.java:compiler:0.8.4'
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/compiler/
implementation ("com.github.spullara.mustache.java:compiler:0.8.4")
'com.github.spullara.mustache.java:compiler:jar:0.8.4'
<dependency org="com.github.spullara.mustache.java" name="compiler" rev="0.8.4">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.mustache.java', module='compiler', version='0.8.4')
)
libraryDependencies += "com.github.spullara.mustache.java" % "compiler" % "0.8.4"
[com.github.spullara.mustache.java/compiler "0.8.4"]