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