is not current version
Last Version 3.9

net.jawr:jawr 1.2

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

1.2
Type

Type

jar

Download jawr 1.2

Filename Size
jawr-1.2.pom
jawr-1.2.jar 82 KB
Browse

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