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