<dependency> <groupId>org.webjars</groupId> <artifactId>handlebars</artifactId> <version>4.0.14</version> </dependency>
implementation 'org.webjars:handlebars:4.0.14'
implementation("org.webjars:handlebars:4.0.14")
libraryDependencies += "org.webjars" % "handlebars" % "4.0.14"
@Grapes( @Grab(group='org.webjars', module='handlebars', version='4.0.14') )
<dependency org="org.webjars" name="handlebars" rev="4.0.14" />
[org.webjars/handlebars "4.0.14"]
'org.webjars:handlebars:jar:4.0.14'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>