MVN

org.hibnet : webpipes

Maven & Gradle

Dec 12, 2014
1 stars

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.

<dependency>
    <groupId>org.hibnet</groupId>
    <artifactId>webpipes</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibnet : webpipes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of org.hibnet : webpipes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
webpipes-0.0.1

How to add a dependency to Maven

Add the following org.hibnet : webpipes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibnet</groupId>
    <artifactId>webpipes</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibnet : webpipes gradle dependency to your build.gradle file:

implementation 'org.hibnet:webpipes:0.0.1'

Gradle Kotlin DSL: Add the following org.hibnet : webpipes gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibnet:webpipes:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibnet : webpipes sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibnet" % "webpipes" % "0.0.1"

Advertisement

Dependencies from Group

Sep 06, 2015
19 usages
1 stars
Sep 06, 2015
18 usages
1 stars
Aug 28, 2015
14 usages
1 stars
Sep 06, 2015
2 usages
Sep 06, 2015
2 usages
1 stars

Discover Dependencies