is not current version
Last Version 6.1.1

org.entando.entando.bundles.misc:entando-misc-less 5.0.0

LESS 1.3.1, JS version. For quick development iterations. Included in entando-archetype-portal-bootstrap you'll also find the lesscss-maven-plugin which provides proper compilation during the package phases.

GroupId

GroupId

org.entando.entando.bundles.misc
ArtifactId

ArtifactId

entando-misc-less
Version

Version

5.0.0
Type

Type

war

Download entando-misc-less 5.0.0


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