| Лицензия |
Лицензия
MIT
|
|---|---|
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторmustache |
| Последняя версия | Последняя версия4.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmustache
WebJar for mustache
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mustache-4.2.0.pom | |
| mustache-4.2.0.jar | 40 KB |
| mustache-4.2.0-sources.jar | 22 bytes |
| mustache-4.2.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/mustache/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mustache</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mustache/
implementation 'org.webjars.npm:mustache:4.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mustache/
implementation ("org.webjars.npm:mustache:4.2.0")
'org.webjars.npm:mustache:jar:4.2.0'
<dependency org="org.webjars.npm" name="mustache" rev="4.2.0">
<artifact name="mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mustache', version='4.2.0')
)
libraryDependencies += "org.webjars.npm" % "mustache" % "4.2.0"
[org.webjars.npm/mustache "4.2.0"]