Java web resources bundling and compression

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.

License

License

The Apache Software License, Version 2.0
Categories

Categories

Java Languages Net
GroupId

GroupId

net.java.jawr
ArtifactId

ArtifactId

jawr
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java web resources bundling and compression
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.

Download jawr

Filename Size
jawr-1.1.pom
jawr-1.1.jar 84 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.java.jawr/jawr/ -->
<dependency>
    <groupId>net.java.jawr</groupId>
    <artifactId>jawr</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.jawr/jawr/
implementation 'net.java.jawr:jawr:1.1'
// https://jarcasting.com/artifacts/net.java.jawr/jawr/
implementation ("net.java.jawr:jawr:1.1")
'net.java.jawr:jawr:jar:1.1'
<dependency org="net.java.jawr" name="jawr" rev="1.1">
  <artifact name="jawr" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.jawr', module='jawr', version='1.1')
)
libraryDependencies += "net.java.jawr" % "jawr" % "1.1"
[net.java.jawr/jawr "1.1"]

Dependencies

provided (3)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
log4j : log4j jar 1.2.9
javax.servlet.jsp : jsp-api jar 2.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0