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