is not current version
Last Version 4.1.2

org.webjars:less 1.3.3

WebJar for LESS

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

less
Version

Version

1.3.3
Type

Type

jar

Download less 1.3.3


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