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