is not current version
Last Version 3.9

net.jawr.tools:jawr-ant 3.7

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.

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.jawr.tools
ArtifactId

ArtifactId

jawr-ant
Version

Version

3.7
Type

Type

jar

Download jawr-ant 3.7


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