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