is not current version
Last Version 3.9

net.jawr:jawr-core 3.8

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-core
Version

Version

3.8
Type

Type

jar

Download jawr-core 3.8


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