is not current version
Last Version 3.9

net.jawr.tools:jawr-ant 1.6

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

1.6
Type

Type

jar

Download jawr-ant 1.6


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