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