| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdmustachejs |
| Last Version | Last Version2.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmustache.js
WebJar for mustache.js
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mustachejs-2.2.1.pom | |
| mustachejs-2.2.1.jar | 6 KB |
| mustachejs-2.2.1-javadoc.jar | 4 KB |
| Browse |
<!-- 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"]