is not current version
Last Version 3.9

net.jawr:jawr-core 3.5.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-core
Version

Version

3.5.2
Type

Type

jar

Download jawr-core 3.5.2


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