| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sparkjava |
| Идентификатор | Идентификаторspark-template-mustache |
| Последняя версия | Последняя версия2.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspark-template-mustache
Mustache Template Engine implementation for Spark
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spullara.mustache.java : compiler | jar | 0.9.4 |
| com.sparkjava : spark-core | jar | 2.5.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |