Jar examples for l:less4j
Less language is an extension of css and less4j compiles it into regular css. It adds several dynamic features into css: variables, expressions, nested rules. Less4j is a port. The original compiler was written in JavaScript and is called less.js. The less language is mostly defined in less.js documentation/issues and by what less.js actually do. Links to less.js: * home page: http://lesscss.org/ * source code & issues: https://github.com/cloudhead/less.js
You can download jar file less4j 1.8.5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add less4j-1.8.5.jar to your project.
<dependency> <groupId>com.github.sommeri</groupId> <artifactId>less4j</artifactId> <version>1.8.5</version> </dependency>
compile group: 'com.github.sommeri', name: 'less4j', version: '1.8.5'
libraryDependencies += "com.github.sommeri" % "less4j" % "1.8.5"
<dependency org="com.github.sommeri" name="less4j" rev="1.8.5"/>
@Grapes(@Grab(group='com.github.sommeri', module='less4j', version='1.8.5'))
'com.github.sommeri:less4j:jar:1.8.5'
Click the following link to download the jar file.
less4j-1.8.5-javadoc.jar