MVN

net.jawr.tools : jawr-ant

Maven & Gradle

Aug 23, 2016
1 usages
40 stars

The ant task which launch Javascript/CSS bundling and compressing tool for java web apps. By using jawr resources are automatically bundled together and optionally minified and gzipped. Jawr provides tag libraries to reference a generated bundle either by id or by using the name of any of its members.

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

Latest Version

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

  • Latest Stable: 3.9

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'net.jawr.tools:jawr-ant:3.9'

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

implementation("net.jawr.tools:jawr-ant:3.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.jawr.tools" % "jawr-ant" % "3.9"

Advertisement