is not current version
Last Version 3.9

net.jawr:jawr 3.3.3

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

Net
GroupId

GroupId

net.jawr
ArtifactId

ArtifactId

jawr
Version

Version

3.3.3
Type

Type

jar

Download jawr 3.3.3


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