License |
License |
---|---|
GroupId | GroupIdcom.hastybox |
ArtifactId | ArtifactIdlesscss-compile-service |
Version | Version0.2.1 |
Type | Typejar |
Description |
Descriptionlesscss-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.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.lesscss : lesscss | jar | 1.3.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : jsp-api | jar | 2.0 |
org.springframework : spring-webmvc | jar | 3.0.0.RELEASE |
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 |