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