is not current version
Last Version 3.9

net.jawr.tools:jawr-tools-parent 1.5.1

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.tools
ArtifactId

ArtifactId

jawr-tools-parent
Version

Version

1.5.1
Type

Type

pom

Download jawr-tools-parent 1.5.1


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