не последняя версия
Последняя версия 0.0.4

org.hibnet:webpipes-less4j 0.0.3

Webpipes is a library to manage web resources like javascript and css files which need processing before being served. It manages processing like minimization, file merging, css generation from less, linters, jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or to be generated with an Ant task. This module adds support for lesscss with less4j.

Категории

Категории

Сеть
Группа

Группа

org.hibnet
Идентификатор

Идентификатор

webpipes-less4j
Версия

Версия

0.0.3
Тип

Тип

jar

Скачать webpipes-less4j 0.0.3


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