core

Implementation of the Mustache language in Java.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.spullara.mustache.java
ArtifactId

ArtifactId

core
Last Version

Last Version

0.6.3
Release Date

Release Date

Type

Type

jar
Description

Description

core
Implementation of the Mustache language in Java.
Project URL

Project URL

http://maven.apache.org

Download core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar r09

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.3
0.6.2
0.6.1
0.6
0.5