Last Version

Webpipes 0.0.4

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 offers utilities for the testing modules.

License

License

Categories

Categories

Net
GroupId

GroupId

org.hibnet
ArtifactId

ArtifactId

webpipes-core-test
Version

Version

0.0.4
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 offers utilities for the testing modules.
Project URL

Project URL

https://github.com/nlalevee/webpipes

Download webpipes-core-test 0.0.4


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

Dependencies

compile (3)

Group / Artifact Type Version
org.hibnet : webpipes-core jar [0.0.4,0.0.5)
junit : junit jar 4.10
org.slf4j : slf4j-simple jar 1.7.10

Project Modules

There are no modules declared in this project.