MVN

net.jawr.tools : jawr-bundle-processor

Maven & Gradle

Aug 23, 2016
2 usages
40 stars

This artifact will contain the processor used to bundle the web resources at build time.

<dependency>
    <groupId>net.jawr.tools</groupId>
    <artifactId>jawr-bundle-processor</artifactId>
    <version>3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jawr.tools : jawr-bundle-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9

All Versions

Choose a version of net.jawr.tools : jawr-bundle-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9
jawr-bundle-processor-3.9
3.8
jawr-bundle-processor-3.8
3.7
jawr-bundle-processor-3.7
1.6
jawr-bundle-processor-1.6
1.5.x
jawr-bundle-processor-1.5.2
jawr-bundle-processor-1.5.1
1.5
jawr-bundle-processor-1.5

How to add a dependency to Maven

Add the following net.jawr.tools : jawr-bundle-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jawr.tools</groupId>
    <artifactId>jawr-bundle-processor</artifactId>
    <version>3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jawr.tools : jawr-bundle-processor gradle dependency to your build.gradle file:

implementation 'net.jawr.tools:jawr-bundle-processor:3.9'

Gradle Kotlin DSL: Add the following net.jawr.tools : jawr-bundle-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jawr.tools:jawr-bundle-processor:3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jawr.tools : jawr-bundle-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jawr.tools" % "jawr-bundle-processor" % "3.9"

Advertisement