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