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