| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.bower | 
    
| ArtifactId | ArtifactIdmustache | 
    
| Last Version | Last Version4.0.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 | 
|---|---|
| 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 | 
| Browse | 
<!-- 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"]