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