License |
License |
---|---|
GroupId | GroupIdcom.sparkjava |
ArtifactId | ArtifactIdspark-template-mustache |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspark-template-mustache
Mustache Template Engine implementation for Spark
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/ -->
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-template-mustache</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/
implementation 'com.sparkjava:spark-template-mustache:2.7.1'
// https://jarcasting.com/artifacts/com.sparkjava/spark-template-mustache/
implementation ("com.sparkjava:spark-template-mustache:2.7.1")
'com.sparkjava:spark-template-mustache:jar:2.7.1'
<dependency org="com.sparkjava" name="spark-template-mustache" rev="2.7.1">
<artifact name="spark-template-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sparkjava', module='spark-template-mustache', version='2.7.1')
)
libraryDependencies += "com.sparkjava" % "spark-template-mustache" % "2.7.1"
[com.sparkjava/spark-template-mustache "2.7.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spullara.mustache.java : compiler | jar | 0.9.4 |
com.sparkjava : spark-core | jar | 2.5.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |