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