Last Version

mustache.java 0.9.10

Implementation of the Mustache language in Java.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spullara.mustache.java
ArtifactId

ArtifactId

mustache.java
Version

Version

0.9.10
Type

Type

pom
Description

Description

mustache.java
Implementation of the Mustache language in Java.
Project URL

Project URL

http://github.com/spullara/mustache.java

Download mustache.java 0.9.10

Filename Size
mustache.java-0.9.10.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.spullara.mustache.java/mustache.java/ -->
<dependency>
    <groupId>com.github.spullara.mustache.java</groupId>
    <artifactId>mustache.java</artifactId>
    <version>0.9.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/mustache.java/
implementation 'com.github.spullara.mustache.java:mustache.java:0.9.10'
// https://jarcasting.com/artifacts/com.github.spullara.mustache.java/mustache.java/
implementation ("com.github.spullara.mustache.java:mustache.java:0.9.10")
'com.github.spullara.mustache.java:mustache.java:pom:0.9.10'
<dependency org="com.github.spullara.mustache.java" name="mustache.java" rev="0.9.10">
  <artifact name="mustache.java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.mustache.java', module='mustache.java', version='0.9.10')
)
libraryDependencies += "com.github.spullara.mustache.java" % "mustache.java" % "0.9.10"
[com.github.spullara.mustache.java/mustache.java "0.9.10"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • compiler
  • mustache-maven-plugin
  • scala-extensions
  • benchmarks