Last Version

Java web resources bundling and compression Ant task 1.4.2

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.

License

License

The Apache Software License, Version 2.0
Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.jawr
ArtifactId

ArtifactId

jawr-ant
Version

Version

1.4.2
Type

Type

jar
Description

Description

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.

Download jawr-ant 1.4.2


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

Dependencies

compile (7)

Group / Artifact Type Version
net.jawr : jawr-bundle-processor jar 1.4.2
ant : ant jar 1.6.5
javax.servlet : servlet-api jar 2.3
com.yahoo.platform.yui : yuicompressor jar 2.2.5
javax.faces : jsf-api jar 1.1_02
org.directwebremoting : dwr jar 2.0.2
taglibs : standard jar 1.1.2

provided (2)

Group / Artifact Type Version
org.springframework : spring jar 2.0.2
commons-validator : commons-validator jar 1.2.0

Project Modules

There are no modules declared in this project.