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