Webpipes

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 is the core implementation of the library.

License

License

Categories

Categories

Net
GroupId

GroupId

org.hibnet
ArtifactId

ArtifactId

webpipes-core
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Webpipes
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 is the core implementation of the library.
Project URL

Project URL

https://github.com/nlalevee/webpipes

Download webpipes-core

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars : webjars-locator jar 0.17
org.hibnet : jsourcemap jar 0.0.4
com.fasterxml.jackson.core : jackson-databind jar 2.6.1
org.slf4j : slf4j-api jar 1.7.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2