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