| License | 
                License
                                                        The Apache Software License, Version 2.0                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools Net | 
        
| GroupId | GroupIdnet.jawr | 
    
| ArtifactId | ArtifactIdjawr-ant | 
    
| Last Version | Last Version1.4.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJava 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. 
         | 
    
| Filename | Size | 
|---|---|
| jawr-ant-1.4.2.pom | |
| jawr-ant-1.4.2.jar | 4 KB | 
| jawr-ant-1.4.2-sources.jar | 2 KB | 
| Browse | 
<!-- 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"]
                | 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring | jar | 2.0.2 | 
| commons-validator : commons-validator | jar | 1.2.0 |