is not current version
Last Version 1.4.2

net.jawr:jawr-ant 1.3

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
ArtifactId

ArtifactId

jawr-ant
Version

Version

1.3
Type

Type

jar

Download jawr-ant 1.3


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