is not current version
Last Version 4.1.2

org.webjars.npm:less 2.7.3

WebJar for less

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

less
Version

Version

2.7.3
Type

Type

jar

Download less 2.7.3


<!-- https://jarcasting.com/artifacts/org.webjars.npm/less/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>less</artifactId>
    <version>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/less/
implementation 'org.webjars.npm:less:2.7.3'
// https://jarcasting.com/artifacts/org.webjars.npm/less/
implementation ("org.webjars.npm:less:2.7.3")
'org.webjars.npm:less:jar:2.7.3'
<dependency org="org.webjars.npm" name="less" rev="2.7.3">
  <artifact name="less" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='less', version='2.7.3')
)
libraryDependencies += "org.webjars.npm" % "less" % "2.7.3"
[org.webjars.npm/less "2.7.3"]