is not current version
Last Version 0.2.1

com.hastybox:lesscss-compile-service 0.1.0

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.

GroupId

GroupId

com.hastybox
ArtifactId

ArtifactId

lesscss-compile-service
Version

Version

0.1.0
Type

Type

jar

Download lesscss-compile-service 0.1.0


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