Download jawr-core-3.9.jar file - Jar j

Jar examples for j:jawr-core

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-core 3.9 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jawr-core-3.9-javadoc.jar
jawr-core-3.9-sources.jar
jawr-core-3.9.jar
jawr-core-3.9.pom



Related Tutorials