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