h

humpty-less

A humpty plugin that compiles LESS.
http://mewf.co/humpty/less
mewf
Files download
File Operation
humpty-less-0.1.0.jar download
humpty-less-0.1.0.pom download
humpty-less-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>co.mewf.humpty</groupId>
  <artifactId>humpty-less</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'co.mewf.humpty:humpty-less:0.1.0'
Gradle Kotlin
implementation("co.mewf.humpty:humpty-less:0.1.0")
Scala SBT
libraryDependencies += "co.mewf.humpty" % "humpty-less" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='co.mewf.humpty', module='humpty-less', version='0.1.0')
)
Apache Ivy
<dependency org="co.mewf.humpty" name="humpty-less" rev="0.1.0" />
Leiningen
[co.mewf.humpty/humpty-less "0.1.0"]
Apache Buildr
'co.mewf.humpty:humpty-less:jar:0.1.0'