Download jawr-3.3.3.jar file - Jar j

Jar examples for j:jawr

Description

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.

You can download jar file jawr 3.3.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jawr-3.3.3.jar to your project.

<dependency>
   <groupId>net.jawr</groupId>
   <artifactId>jawr</artifactId>
   <version>3.3.3</version>
</dependency>
compile group: 'net.jawr', name: 'jawr', version: '3.3.3'
libraryDependencies += "net.jawr" % "jawr" % "3.3.3"
<dependency org="net.jawr" name="jawr" rev="3.3.3"/>
@Grapes(@Grab(group='net.jawr', module='jawr', version='3.3.3'))
'net.jawr:jawr:jar:3.3.3'

Download

Click the following link to download the jar file.

jawr-3.3.3.jar
jawr-3.3.3.pom
jawr-3.3.3-sources.jar



Related Tutorials