GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdmustachejs |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
mustachejs-0.8.2.pom | |
mustachejs-0.8.2.jar | 7 KB |
mustachejs-0.8.2-sources.jar | 3 KB |
mustachejs-0.8.2-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/mustachejs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>mustachejs</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/mustachejs/
implementation 'org.webjars:mustachejs:0.8.2'
// https://jarcasting.com/artifacts/org.webjars/mustachejs/
implementation ("org.webjars:mustachejs:0.8.2")
'org.webjars:mustachejs:jar:0.8.2'
<dependency org="org.webjars" name="mustachejs" rev="0.8.2">
<artifact name="mustachejs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='mustachejs', version='0.8.2')
)
libraryDependencies += "org.webjars" % "mustachejs" % "0.8.2"
[org.webjars/mustachejs "0.8.2"]