MVN

net.jawr : jawr-ant

Maven & Gradle

Aug 15, 2010

Java web resources bundling and compression Ant task · 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</groupId>
    <artifactId>jawr-ant</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.2

All Versions

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

Version Vulnerabilities Updated
1.4.x
jawr-ant-1.4.2
jawr-ant-1.4.1
1.4
jawr-ant-1.4
1.3
jawr-ant-1.3
1.2
jawr-ant-1.2
1.1.x
jawr-ant-1.1.2
jawr-ant-1.1.1
1.1
jawr-ant-1.1
1.0
jawr-ant-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'net.jawr:jawr-ant:1.4.2'

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

implementation("net.jawr:jawr-ant:1.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.jawr" % "jawr-ant" % "1.4.2"

Advertisement