Last Version

lesscss-compile-service 0.2.1

Helper Service to compile LESS code and files to CSS. Contains a backend implementation for controllers to create CSS code on the fly from LESS files in servlet context.

License

License

GroupId

GroupId

com.hastybox
ArtifactId

ArtifactId

lesscss-compile-service
Version

Version

0.2.1
Type

Type

jar
Description

Description

lesscss-compile-service
Helper Service to compile LESS code and files to CSS. Contains a backend implementation for controllers to create CSS code on the fly from LESS files in servlet context.

Download lesscss-compile-service 0.2.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.lesscss : lesscss jar 1.3.1
org.slf4j : slf4j-api jar 1.6.6

provided (2)

Group / Artifact Type Version
javax.servlet : jsp-api jar 2.0
org.springframework : spring-webmvc jar 3.0.0.RELEASE

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 3.0.0.RELEASE
org.slf4j : slf4j-nop jar 1.6.6
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.