GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdhandlebars |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
handlebars-4.0.2.pom | |
handlebars-4.0.2.jar | 640 KB |
handlebars-4.0.2-sources.jar | 22 bytes |
handlebars-4.0.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/handlebars/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>handlebars</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/handlebars/
implementation 'org.webjars.npm:handlebars:4.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/handlebars/
implementation ("org.webjars.npm:handlebars:4.0.2")
'org.webjars.npm:handlebars:jar:4.0.2'
<dependency org="org.webjars.npm" name="handlebars" rev="4.0.2">
<artifact name="handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='handlebars', version='4.0.2')
)
libraryDependencies += "org.webjars.npm" % "handlebars" % "4.0.2"
[org.webjars.npm/handlebars "4.0.2"]